-
Notifications
You must be signed in to change notification settings - Fork 6.8k
import error #11610
Comments
this because lost dll.please run depend(http://www.dependencywalker.com/) check what dll lost and tell me. |
@sandeep-krishnamurthy Please label this Windows, Build |
@yajiedesign what dll should i try to check? never use that software before... |
@adaaaaaa libmxnet.dll |
@yajiedesign tons of DLL? how should i get and fix them? |
anyone can help? |
@adaaaaaa missing mkldnn.dll and mklml.dll , are they included in the package? You can find mklml.dll here: https://github.com/intel/mkl-dnn/releases/download/v0.14/mklml_win_2018.0.3.20180406.zip |
@adaaaaaa I do some fix.please wait tomorrow. |
where can I find mkldnn.dll? |
@yajiedesign gluon's tutorial "cnn-scratch" using mxnet-mkl version 20180731 perform badly... |
@adaaaaaa Do you have mkldnn.dll? Or can you tell me where I can find it? Thanks. |
@kohillyang no i don't have...the newest version is fine now , don't need to fix the ***.dll now... |
@adaaaaaa i don't know,do you can test mxnet-cu92mkl in windows? |
@yajiedesign no...cuda is too big...i'm not going to try it in windows... |
really a big space to improve... |
I find mxnet_mkl 3 times slower than mxnet without mkl. The inference time of mxnet is about 1s but it's 3s if mkl. |
@adaaaaaa @kohillyang where is cnn-scratch? |
ever a part of gluon tutorial in chapter convolutional-neural-networks... |
other "benchmark" is the latest tutorial's lenet tutorial... |
any process now? |
WIP to verify the performance. FYI, the performance on Linux is fully validated; however, the Window is w/ lower priority. I suggest you try Linux first. If you see the same perf issue on Linux, it will be very helpful. |
Windows 10 x64
python 3.6.6
install mxnet and import correctly,but install mxnet-mkl import with an error like this:
`import mxnet
Traceback (most recent call last):
File "", line 1, in
import mxnet
File "f:\python36\lib\site-packages\mxnet_init_.py", line 24, in
from .context import Context, current_context, cpu, gpu, cpu_pinned
File "f:\python36\lib\site-packages\mxnet\context.py", line 24, in
from .base import classproperty, with_metaclass, _MXClassPropertyMetaClass
File "f:\python36\lib\site-packages\mxnet\base.py", line 174, in
_LIB = _load_lib()
File "f:\python36\lib\site-packages\mxnet\base.py", line 166, in _load_lib
lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)
File "f:\python36\lib\ctypes_init_.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] 找不到指定的模块。`
how to deal...
The text was updated successfully, but these errors were encountered: