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
$ torch run.lua
Torch 7.0 Copyright (C) 2001-2011 Idiap, NEC Labs, NYU
torch-qlua: /usr/local/share/torch/lua/inline/init.lua:274: attempt to call field 'pwd' (a nil value)
stack traceback:
[C]: in function 'pwd'
/usr/local/share/torch/lua/inline/init.lua:274: in function 'load'
run.lua:69: in main chunk
The text was updated successfully, but these errors were encountered:
This code that used t run fine:
now it is not working:
$ torch run.lua
Torch 7.0 Copyright (C) 2001-2011 Idiap, NEC Labs, NYU
torch-qlua: /usr/local/share/torch/lua/inline/init.lua:274: attempt to call field 'pwd' (a nil value)
stack traceback:
[C]: in function 'pwd'
/usr/local/share/torch/lua/inline/init.lua:274: in function 'load'
run.lua:69: in main chunk
The text was updated successfully, but these errors were encountered: