We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python configuration_30_320_20L_4scales_v1.py 训练网络出现错误,找了好久原因还是没有解决,主要有三个错误, 1是 Traceback (most recent call last): File "/home/clb/env/lib/python3.5/site-packages/mxnet/symbol/symbol.py", line 1623, in simple_bind ctypes.byref(exe_handle))) File "/home/clb/env/lib/python3.5/site-packages/mxnet/base.py", line 253, in check_call raise MXNetError(py_str(_LIB.MXGetLastError())) mxnet.base.MXNetError: [10:27:07] src/storage/storage.cc:119: Compile with USE_CUDA=1 to enable GPU usage Stack trace:
2是: File "/home/clb/env/lib/python3.5/site-packages/mxnet/module/executor_group.py", line 662, in _bind_ith_exec shared_buffer=shared_data_arrays, **input_shapes) File "/home/clb/env/lib/python3.5/site-packages/mxnet/symbol/symbol.py", line 1629, in simple_bind raise RuntimeError(error_msg) RuntimeError: simple_bind error. Arguments:
3是 terminate called without an active exception Aborted (core dumped) 能否指点一下解决方法 非常感谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
python configuration_30_320_20L_4scales_v1.py 训练网络出现错误,找了好久原因还是没有解决,主要有三个错误,
1是
Traceback (most recent call last):
File "/home/clb/env/lib/python3.5/site-packages/mxnet/symbol/symbol.py", line 1623, in simple_bind
ctypes.byref(exe_handle)))
File "/home/clb/env/lib/python3.5/site-packages/mxnet/base.py", line 253, in check_call
raise MXNetError(py_str(_LIB.MXGetLastError()))
mxnet.base.MXNetError: [10:27:07] src/storage/storage.cc:119: Compile with USE_CUDA=1 to enable GPU usage
Stack trace:
2是:
File "/home/clb/env/lib/python3.5/site-packages/mxnet/module/executor_group.py", line 662, in _bind_ith_exec
shared_buffer=shared_data_arrays, **input_shapes)
File "/home/clb/env/lib/python3.5/site-packages/mxnet/symbol/symbol.py", line 1629, in simple_bind
raise RuntimeError(error_msg)
RuntimeError: simple_bind error. Arguments:
3是
terminate called without an active exception
Aborted (core dumped)
能否指点一下解决方法 非常感谢
The text was updated successfully, but these errors were encountered: