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

recurrent_network.py #42

Closed
kecaiwu opened this issue Jun 21, 2016 · 1 comment
Closed

recurrent_network.py #42

kecaiwu opened this issue Jun 21, 2016 · 1 comment

Comments

@kecaiwu
Copy link

kecaiwu commented Jun 21, 2016

The comments of x=tf.split(0,n_steps,x) is 'split to get a list of 'n_steps' tensors of shape(batch_size,n_hidden)', the shape is (batch_sizs,n_hidden)? why not the (batch_size,n_input). Do i missing something?

@aymericdamien
Copy link
Owner

Yes, it is a typo, it should be (batch_size,n_input), this is fixed now :)

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