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
I've tried this command
qlua run_trans.lua -gpu 0 -backend cudnn
it could run until "Implementing mrf layers ..."
then I have the error below:
qlua: .../05/queenieliaw/.luarocks/share/lua/5.1/nn/Container.lua:67: C++ exception
stack traceback:
[C]: at 0x7ff41811ddd0
[C]: in function 'error'
.../05/queenieliaw/.luarocks/share/lua/5.1/nn/Container.lua:67: in function 'rethrowErrors'
...05/queenieliaw/.luarocks/share/lua/5.1/nn/Sequential.lua:44: in function 'forward'
./transfer_CNNMRF_wrapper.lua:196: in function 'build_mrf'
./transfer_CNNMRF_wrapper.lua:503: in function 'main'
./transfer_CNNMRF_wrapper.lua:596: in function 'run_test'
/auto/master05/queenieliaw/CNNMRF/mylib/helper.lua:183: in function 'run_tests'
run_trans.lua:72: in main chunk
Could anyone help me with this?
Thank you very much!!
The text was updated successfully, but these errors were encountered:
I've tried this command
qlua run_trans.lua -gpu 0 -backend cudnn
it could run until "Implementing mrf layers ..."
then I have the error below:
qlua: .../05/queenieliaw/.luarocks/share/lua/5.1/nn/Container.lua:67: C++ exception
stack traceback:
[C]: at 0x7ff41811ddd0
[C]: in function 'error'
.../05/queenieliaw/.luarocks/share/lua/5.1/nn/Container.lua:67: in function 'rethrowErrors'
...05/queenieliaw/.luarocks/share/lua/5.1/nn/Sequential.lua:44: in function 'forward'
./transfer_CNNMRF_wrapper.lua:196: in function 'build_mrf'
./transfer_CNNMRF_wrapper.lua:503: in function 'main'
./transfer_CNNMRF_wrapper.lua:596: in function 'run_test'
/auto/master05/queenieliaw/CNNMRF/mylib/helper.lua:183: in function 'run_tests'
run_trans.lua:72: in main chunk
Could anyone help me with this?
Thank you very much!!
The text was updated successfully, but these errors were encountered: