-
Notifications
You must be signed in to change notification settings - Fork 128
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 error #15
Comments
Check that you have the latest code version? It seems to work for me. |
Hi @jeffreyling Thanks for your reply! |
Hi @jeffreyling wirobot@wirobot-Inspiron-17-7778:~/sent-conv-torch-master$ th main.lua -data MR.hdf5 -cudnn 1 |
Hi, can you try updating your torch, nn, and cunn again? I noticed there were some version incompatibility issues. |
Hi, I am getting the same error. Did you guys solve this already? |
Do you have the latest torch, nn, and cunn versions? |
I got this error when I run training (main.lua).
I am sure MR.hdf5 file is exist.
Can someone give me some suggest....
Thanks a lot !!!
Aspire-VN7-791:~/NLP/sent-conv-torch-master$ th main.lua -data MR.hdf5 -cudnn 1
loading data...
data loaded!
vocab size: 18766
vec size: 300
==> fold 1
/home/swpc/torch/install/bin/luajit: main.lua:106: attempt to call global 'get_layer' (a nil value)
stack traceback:
main.lua:106: in function 'build_model'
main.lua:179: in function 'train_loop'
main.lua:342: in function 'main'
main.lua:355: in main chunk
[C]: in function 'dofile'
...swpc/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk
[C]: at 0x00405e90
The text was updated successfully, but these errors were encountered: