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 Jan 3, 2023. It is now read-only.
Traceback (most recent call last):
File "examples/cifar10_conv.py", line 40, in <module>
args = parser.parse_args()
File "/Users/me/Code/Deep-Learning/neon/neon/util/argparser.py", line 366, in parse_args
compat_mode=args.compat_mode)
File "/Users/me/Code/Deep-Learning/neon/neon/backends/__init__.py", line 113, in gen_backend
deterministic=deterministic)
File "/Users/me/Code/Deep-Learning/neon/neon/backends/backend.py", line 468, in allocate_backend
return Backend.backends[name](**kargs)
File "/Users/me/Code/Deep-Learning/neon/neon/backends/nervanamkl.py", line 201, in __init__
ctypes.cdll.LoadLibrary(mkl_ml_path)
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 444, in LoadLibrary
return self._dlltype(name)
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 366, in __init__
self._handle = _dlopen(self._name, mode)
OSError: dlopen(/Users/me/Code/Deep-Learning/neon/neon/backends/../backends/mklEngine/libmklml.dylib, 6): Library not loaded: @rpath/libiomp5.dylib
Referenced from: /Users/me/Code/Deep-Learning/neon/neon/backends/mklEngine/libmklml.dylib
Reason: image not found
just ask for some help, thanks a lot!
The text was updated successfully, but these errors were encountered:
I encountered the following exception on MacOS:
just ask for some help, thanks a lot!
The text was updated successfully, but these errors were encountered: