You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
@aligoglos
It seems that the libmxnet.dll cannot find its dependency,
you should put all dependency libraries (libopenblas libgfortran libgcc_s_seh libquadmath opencv_xxx etc.)
into system PATH, or the same directory with libmxnet.dll
then running the command below python OpWrapperGenerator.py ./path/libmxnet.dll
you'll get the op.h generated successfully
yes this issue because of libmxnet.dll dependencies, i add all dll dependency into libmxnet.dll folder but this time this error occur : FileNotFoundError: [Errno 2] No such file or directory: '../include/mxnet-cpp/op.h'
@aligoglos
did you run the command python OpWrapperGenerator.py ./path/libmxnet.dll
if you did and no error occured,
the op.h should be in directory cpp-package\include\mxnet-cpp\op.h
i want build mxnet with cpp-package but this error occur:
accord to this #10049 i put all dependency DLL's to release folder but issue doesn't solved.
----------Python Info----------
('Version :', '2.7.13')
('Compiler :', 'MSC v.1500 32 bit (Intel)')
('Build :', ('v2.7.13:a06454b1afa1', 'Dec 17 2016 20:42:59'))
('Arch :', ('32bit', 'WindowsPE'))
------------Pip Info-----------
('Version :', '10.0.1')
('Directory :', 'C:\Python27\lib\site-packages\pip')
----------MXNet Info-----------
No MXNet installed.
----------System Info----------
('Platform :', 'Windows-10-10.0.17134')
('system :', 'Windows')
('node :', 'AliKiani-PC')
('release :', '10')
('version :', '10.0.17134')
----------Hardware Info----------
('machine :', 'AMD64')
('processor :', 'Intel64 Family 6 Model 94 Stepping 3, GenuineIntel')
Name
The text was updated successfully, but these errors were encountered: