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
/home/ubuntuml/torch/install/bin/luajit: /home/ubuntuml/torch/install/share/lua/5.1/trepl/init.lua:389: /home/ubuntuml/torch/install/share/lua/5.1/trepl/init.lua:389: /home/ubuntuml/torch/install/share/lua/5.1/torch/init.lua:102: class nn.SpatialGlimpse has been already assigned a parent class
stack traceback:
[C]: in function 'error'
/home/ubuntuml/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
examples/recurrent-visual-attention.lua:2: in main chunk
[C]: in function 'dofile'
...tuml/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00406670
@XDUSPONGE Yes. if the error you are receiving is the same. make sure you have the libraries dp, nn, dpnn, torchx installed with luarocks install
After that the what you need to do is, to install rnn package but unlike other packages do not install it like luarocks install rnn (apparently there is some version issue)
But install like this luarocks install rocks/rnn-scm-1.rockspec
Hope this solves your problem. do let us know here
Hi, i am having this issue when i am trying to execute the "Recurrent-Visual-Attention". Following is the command i am running
ubuntuml@ubuntu:~/rnn-master$ th examples/recurrent-visual-attention.lua --useDevice 2 --rho 7 --rewardScale 1 --maxEpoch 2000 --maxTries 200 --learningRate 0.01 --sensorDepth 1 --momentum 0.9 --maxOutNorm -1 --batchSize 20 --saturateEpoch 800 --locatorStd 0.11 --uniform 0.1 --hiddenSize '{256}' --unitPixels 13 --glimpsePatchSize 8
Error output
Following is the package detail:
I looked into other issues. there was some issues with rnn , nn version issues. but the latest comments suggest that now version must not be a problem
The text was updated successfully, but these errors were encountered: