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

Examples are probably outdated #15

Open
usamec opened this issue Jun 15, 2015 · 1 comment
Open

Examples are probably outdated #15

usamec opened this issue Jun 15, 2015 · 1 comment

Comments

@usamec
Copy link

usamec commented Jun 15, 2015

Hi, the first example contains this line:
new_states = stacked_rnn.forward(x, prev_hiddens, dropout)

But there is no mention of stacked_rrn variable anywhere.
Also there is no mention of dynamics from line:
return [dynamics(x, new_states[-1])] + new_states[:-1]

@JonathanRaiman
Copy link
Owner

Sorry! You are right the example was pasted from a project (and my bad for not cleaning that up). Better example is in the notebook tutorial here .

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