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

nn.Recurrent() function is missing! #1289

Open
Elyorcv opened this issue Oct 15, 2017 · 1 comment
Open

nn.Recurrent() function is missing! #1289

Elyorcv opened this issue Oct 15, 2017 · 1 comment

Comments

@Elyorcv
Copy link

Elyorcv commented Oct 15, 2017

require 'nn';
nn.Recurrent() is not working!

I installed torch/cuda 8.0/cudnn/ successfully.

-- Error
... ./test.lua:65: attempt to call field 'Recurrent' (a nil value)

@tastyminerals
Copy link
Contributor

tastyminerals commented Oct 15, 2017

Sigh, there is no such module but there is rnn package to create recurrent neural networks. Please, read docs before reporting an issue.

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