-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.lua:90: attempt to index field 'tableoutput' (a nil value) #20
Comments
when I try to slove the problem I fond that update the rnn could solve the problem .but when I update the rnn ,there is another question . The question is that /home/mz/torch/install/bin/luajit: /home/mz/torch/install/share/lua/5.1/torch/File.lua:343: unknown Torch class <nn.LinearNoBias> |
I am reproducing the code of [deep-soli radar], the same problem you encountered, if rnn uses version [torch/rnn] and appears [attempt to call field 'Recurrent' (a nil value)], replace it with [ Element-Research/rnn] has the same problem as you [rnn/Sequencer.lua:90: attempt to index field 'tableoutput' (a nil value) ] Did you solve this problem please? |
@Acciwu see this,#7 (comment) you will meet "invalid arguments: CudaTensor CudaTensor number",see this #5 (comment) everything is ok |
I am so sorry,my issues is that
/home/mz/torch/install/bin/luajit: /home/mz/torch/install/share/lua/5.1/rnn/Sequencer.lua:90: attempt to index field 'tableoutput' (a nil value)
stack traceback:
/home/mz/torch/install/share/lua/5.1/rnn/Sequencer.lua:90: in function 'forward'
./net/rnntrain.lua:28: in function 'batchEval'
./net/train.lua:24: in function 'epochEval'
./net/train.lua:46: in function 'train'
net/main.lua:45: in main chunk
[C]: in function 'dofile'
...e/mz/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x004065d0
I think I don't have the true input ,but i don't know how to do ?could you tell me? the code is as same as provide. @simonwsw @graulef
The text was updated successfully, but these errors were encountered: