torch / rnn

Torch recurrent neural networks
BSD 3-Clause "New" or "Revised" License
64 stars 17 forks source link

attempt to call field 'Recurrent' (a nil value) #44

Open shiyx1991 opened 6 years ago

shiyx1991 commented 6 years ago

I have updated rnn and all the other dependencies to the latest version,but it still has the error:

./buildModel.lua:65: attempt to call field 'Recurrent' (a nil value) stack traceback: ./buildModel.lua:65: in function 'buildModel_MeanPool_RNN' videoReid.lua:100: in main chunk [C]: in function 'dofile' ...hiyx/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x00405d50

tastyminerals commented 6 years ago

This is a syntax error in your code

buaaswf commented 6 years ago

I have also met this problem. How can I fix it ?

buaaswf commented 6 years ago

I solved this by https://github.com/Element-Research/rnn/issues/422