Skip to content
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

Error in forwardbackward() function while training the data #14

Closed
hardik2396 opened this issue Oct 25, 2017 · 1 comment
Closed

Error in forwardbackward() function while training the data #14

hardik2396 opened this issue Oct 25, 2017 · 1 comment

Comments

@hardik2396
Copy link

After setting up dependencies, on execution of th train.lua -encoder lf-ques -decoder gen -gpuid 0 error as shown in the snapshot below, is raised. I tried on the different PC configurations and the error still persists hence it is not a system specific problem.
image

@ayshrv
Copy link
Member

ayshrv commented Oct 25, 2017

I got the same error. I think the error occurs due to change in the module of rnn installed by LuaRocks. Recently, the previous module (https://github.com/Element-Research/rnn) has been deprecated and the new module (https://github.com/torch/rnn) is being used. Try to install the deprecated module and I guess this error will not occur.

Installation steps

git clone https://github.com/Element-Research/rnn.git
cd rnn
luarocks make rocks/rnn-scm-1.rockspec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants