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
Hey, I'm a bit of a newbie to all this but I attempted to run train.lua and it works just fine if run in CPU mode, but for whatever reason when I attempt to run it with CUDA I get the following error:
THCudaCheck FAIL file=/tmp/luarocks_cutorch-scm-1-3687/cutorch/lib/THC/THCGeneral.c line=70 error=30 : unknown error
/home/coe/torch/install/bin/luajit: /home/coe/torch/install/share/lua/5.1/trepl/init.lua:389: cuda runtime error (30) : unknown error at /tmp/luarocks_cutorch-scm-1-3687/cutorch/lib/THC/THCGeneral.c:70
stack traceback:
[C]: in function 'error'
/home/coe/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
train.lua:55: in main chunk
[C]: in function 'dofile'
.../coe/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00405d50
Everything up to this point has installed fine. Torch and all the deps are there, CUDA is at 7.5, cutorch and cunn seemed to install fine, but I'm not sure what I can do to rectify this issue. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hey, I'm a bit of a newbie to all this but I attempted to run train.lua and it works just fine if run in CPU mode, but for whatever reason when I attempt to run it with CUDA I get the following error:
THCudaCheck FAIL file=/tmp/luarocks_cutorch-scm-1-3687/cutorch/lib/THC/THCGeneral.c line=70 error=30 : unknown error
/home/coe/torch/install/bin/luajit: /home/coe/torch/install/share/lua/5.1/trepl/init.lua:389: cuda runtime error (30) : unknown error at /tmp/luarocks_cutorch-scm-1-3687/cutorch/lib/THC/THCGeneral.c:70
stack traceback:
[C]: in function 'error'
/home/coe/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
train.lua:55: in main chunk
[C]: in function 'dofile'
.../coe/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00405d50
Everything up to this point has installed fine. Torch and all the deps are there, CUDA is at 7.5, cutorch and cunn seemed to install fine, but I'm not sure what I can do to rectify this issue. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: