Closed caishanli closed 4 years ago
@caishanli Could you please try the latest master branch to see if the error is still there? Thanks.
@caishanli Could you please try the latest master branch to see if the error is still there? Thanks.
do you mean clone master and build with mkl and test?
Yes. You can also install the nightly build from here: https://repo.mxnet.io/dist/index.html. I think the cpu variant should have MKL-DNN enabled.
I find the lastest linux build in https://dist.mxnet.io/python/mkl is mxnet_mkl-1.6.0b20200215-py2.py3-none-manylinux1_x86_64.whl is it ok?
We don't release mxnet-mkl nightly build anymore. MKL-DNN has been enabled in the linux cpu build. You can try the latest one by:
pip install --pre mxnet -f https://dist.mxnet.io/python/cpu
We don't release mxnet-mkl nightly build anymore
I'm guessing this is also the culprit for mxnet-cu102mkl. @caishanli could you confirm the versions for your mxnet-cu102 and mxnet-cu102mkl setup?
We don't release mxnet-mkl nightly build anymore. MKL-DNN has been enabled in the linux cpu build. You can try the latest one by:
pip install --pre mxnet -f https://dist.mxnet.io/python/cpu
I tested with it and the result is ok
We don't release mxnet-mkl nightly build anymore
I'm guessing this is also the culprit for mxnet-cu102mkl. @caishanli could you confirm the versions for your mxnet-cu102 and mxnet-cu102mkl setup?
mxnet-cu102 1.6.0 mxnet-cu102mkl 1.6.0
I tested with it and the result is ok
Nice! Thank you for confirming that. Hope a nightly build is okay for your work.
Issue still exist on cu101 1.6.0 mkl
Description
I install anaconda and create two venvs: mxnet-cu102 and mxnet-cu102mkl. with mxnet-cu102mkl, code in reproduce fail, but ok in mxnet-cu102
Error Message
To Reproduce
The test code is a mini version from gluoncv's train_yolo_v3.py, as below:
Steps to reproduce
conda venv: mxnet-cu102
1.set classes to 67 ok 2.set classes to 65, 66, 68, 69 ok
conda venv: mxnet-cu102mkl
1.set classes to 67 fail 2.set classes to 65, 66, 68, 69 ok
Environment
We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below: