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.
I tried the solutions from the previous 2 closed issues on this topic. I am trying to run examples/mnist_mlp.py
Traceback (most recent call last):
File "examples/mnist_branch.py", line 63, in
args = parser.parse_args()
File "/usr/local/lib/python2.7/dist-packages/neon/util/argparser.py", line 366, in parse_args
compat_mode=args.compat_mode)
File "/usr/local/lib/python2.7/dist-packages/neon/backends/init.py", line 113, in gen_backend
deterministic=deterministic)
File "/usr/local/lib/python2.7/dist-packages/neon/backends/backend.py", line 468, in allocate_backend
return Backend.backendsname
File "/usr/local/lib/python2.7/dist-packages/neon/backends/nervanamkl.py", line 213, in init
self.mklEngine = ctypes.cdll.LoadLibrary(mkl_engine_path)
File "/usr/lib/python2.7/ctypes/init.py", line 440, in LoadLibrary
return self._dlltype(name)
File "/usr/lib/python2.7/ctypes/init.py", line 362, in init
self._handle = _dlopen(self._name, mode)
OSError: libmklml_gnu.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried the solutions from the previous 2 closed issues on this topic. I am trying to run examples/mnist_mlp.py
Traceback (most recent call last):
File "examples/mnist_branch.py", line 63, in
args = parser.parse_args()
File "/usr/local/lib/python2.7/dist-packages/neon/util/argparser.py", line 366, in parse_args
compat_mode=args.compat_mode)
File "/usr/local/lib/python2.7/dist-packages/neon/backends/init.py", line 113, in gen_backend
deterministic=deterministic)
File "/usr/local/lib/python2.7/dist-packages/neon/backends/backend.py", line 468, in allocate_backend
return Backend.backendsname
File "/usr/local/lib/python2.7/dist-packages/neon/backends/nervanamkl.py", line 213, in init
self.mklEngine = ctypes.cdll.LoadLibrary(mkl_engine_path)
File "/usr/lib/python2.7/ctypes/init.py", line 440, in LoadLibrary
return self._dlltype(name)
File "/usr/lib/python2.7/ctypes/init.py", line 362, in init
self._handle = _dlopen(self._name, mode)
OSError: libmklml_gnu.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: