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 freshly installed torch and torch-cl from their git repo.
Yet, when I run
DATA_ROOT=myimages dataset=folder th main.lua
I get the following error
main.lua:45: attempt to call method 'noBias' (a nil value)
I also tried
cd ~/torch
./clean.sh
./update.sh
but still the same.
Any idea?
PS: Here is the whole error message (I am using Mac OS Mojave)
/Users/belhal/torch-cl/install/bin/luajit: main.lua:45: attempt to call method 'noBias' (a nil value)
stack traceback:
main.lua:45: in function 'callback'
belhal/torch-cl/install/share/lua/5.1/nn/Module.lua:305: in function 'apply'
belhal/torch-cl/install/share/lua/5.1/nn/Module.lua:309: in function 'apply'
main.lua:81: in main chunk
[C]: in function 'dofile'
...l/torch-cl/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk
[C]: at 0x010d771320
The text was updated successfully, but these errors were encountered:
Hi there,
I freshly installed torch and torch-cl from their git repo.
Yet, when I run
I get the following error
I also tried
but still the same.
Any idea?
PS: Here is the whole error message (I am using Mac OS Mojave)
The text was updated successfully, but these errors were encountered: