-
Notifications
You must be signed in to change notification settings - Fork 346
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
training_fail_/seq2seq.lua:62: attempt to call field 'recursiveCopy' #80
Comments
i talked with marc about that point, he will look into soonish........can you post your env settings, cuda and cudnn version please |
@hit-lacus there is no other participant yet. yeah please |
I have the same problem. Exact same error. I am using Torch without Cuda/OpenCL on Ubuntu 16.04. |
It looks like the way to call |
perfectly, can also confirm |
@baaleze, thx again, did you also got on eval after training?
|
i have the bug too |
Hi, I've trained a model with "th train.lua --cuda --dataset 50000 --hiddenSize 1000" and after that, I got same error as @ArashHosseini (Wrong size for view) when tried to chat. |
I found a simple solution. Try this. |
@Tak-o-m great report, can also agree. |
@neuralconvo is running on two other machines with cuda and opencl without any probelm.....NOW i setup a fresh os with 14.04, cuda8 and changed cudnn5 to 6 because of tf1.3....torch install done...
trace:
`$ th train.lua --cuda --dataset 5000 --hiddenSize 100-- Loading dataset
data/vocab.t7 not found
-- Parsing Cornell movie dialogs data set ...
[==================== 387810/387810 ==========>] Tot: 1s238ms | Step: 0ms
-- Pre-processing data
[==================== 5000/5000 ==============>] Tot: 771ms | Step: 0ms
-- Shuffling
Writing data/examples.t7 ...
[==================== 8151/8151 ==============>] Tot: 703ms | Step: 0ms
Writing data/vocab.t7 ...
Dataset stats:
Vocabulary size: 7061
Examples: 8151
-- Epoch 1 / 50 (LR= 0.001)
~/torch/install/bin/luajit: ./seq2seq.lua:62: attempt to call field 'recursiveCopy' (a nil value)
stack traceback:
./seq2seq.lua:62: in function 'forwardConnect'
train.lua:97: in function 'opfunc'
/home/flyn/torch/install/share/lua/5.1/optim/adam.lua:37: in function 'adam'
train.lua:131: in main chunk
[C]: in function 'dofile'
...flyn/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00406670
`
never hit this issue before and cant find related details on web, thanks for help
The text was updated successfully, but these errors were encountered: