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 cloned this repo and built with install.sh. Then I typed require 'nn' in th shell, but got the following error:
/net/wanggu/torch/install/share/lua/5.1/trepl/init.lua:384: /net/wanggu/torch/install/share/lua/5.1/trepl/init.lua:384: /home/wanggu/.luarocks/share/lua/5.1/nn/test.lua:12: attempt to call field 'TestSuite' (a nil value)
stack traceback:
[C]: in function 'error'
/net/wanggu/torch/install/share/lua/5.1/trepl/init.lua:384: in function 'require'
[string "_RESULT={require 'nn'}"]:1: in main chunk
[C]: in function 'xpcall'
/net/wanggu/torch/install/share/lua/5.1/trepl/init.lua:651: in function 'repl'
...nggu/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:199: in main chunk
[C]: at 0x00406670
My system is Ubuntu 14.04. My cuda version is 7.5 and my cudnn version is v4-prod.
Anyone can give me a hand?
The text was updated successfully, but these errors were encountered:
wangg12
changed the title
Installed successful but require 'nn' failed?
Installed successfully but require 'nn' failed?
Mar 22, 2016
I tried clean.sh update.sh and reinstall. And I removed some packages in ·.local·. Then somehow it was solved. Maybe it is related to confusion between the local packages and the packages in where torch is installed.
I cloned this repo and built with install.sh. Then I typed
require 'nn'
inth
shell, but got the following error:My system is Ubuntu 14.04. My cuda version is 7.5 and my cudnn version is v4-prod.
Anyone can give me a hand?
The text was updated successfully, but these errors were encountered: