Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Fix gluoncv tutorial under mxnet-mkl #5458

Closed
tqchen opened this issue Apr 28, 2020 · 7 comments
Closed

[CI] Fix gluoncv tutorial under mxnet-mkl #5458

tqchen opened this issue Apr 28, 2020 · 7 comments

Comments

@tqchen
Copy link
Member

tqchen commented Apr 28, 2020

This is an error message generated by the mxnet-mkl image in the current master. The error was due to the operator amp_multicast is not implmented in the mxnet frontend(likely due to a mkl specialization).

http://ci.tvm.ai:8080/job/temp-ci-docker-staging/job/ci-stage2/6/execution/node/309/log/?consoleFull

Please see if we are interested in quick a fix, since we have docker upgrades depending on it. In the meanwhile, I will revert the docker image to mxnet for now until the next upgrade.

@tqchen
Copy link
Member Author

tqchen commented Apr 28, 2020

cc @icemelon9 @shoubhik @anijain2305

@anijain2305
Copy link
Contributor

@icemelon9 Do you know about this operator?

@icemelon
Copy link
Member

It's weird that I cannot reproduce the error in my local environment with mxnet-mkl 1.6.0 and gluoncv.

@tqchen
Copy link
Member Author

tqchen commented May 11, 2020

@icemelon9 could it due to that mxnet optionally enabled amp on the platform that support these ops?

@icemelon
Copy link
Member

@tqchen Yes, that might be possible. I'll check it on a GPU instance.

@anijain2305
Copy link
Contributor

Ping @icemelon9 If you get time.

@eric-haibin-lin
Copy link
Member

I cannot reproduce the error either on Ubuntu GPU instance

from mxnet.contrib.quantization import quantize_model_mkldnn
  ImportError: cannot import name 'quantize_model_mkldnn'

for both mxnet==1.6.0 and mxnet-mkl==1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants