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

RNN Tutorial references defunct library #9110

Closed
agribov opened this issue Apr 10, 2017 · 2 comments
Closed

RNN Tutorial references defunct library #9110

agribov opened this issue Apr 10, 2017 · 2 comments
Labels
stat:awaiting response Status - Awaiting response from author

Comments

@agribov
Copy link

agribov commented Apr 10, 2017

In the RNN tutorial, the sample code has line:

lstm = tf.contrib.rnn.BasicLSTMCell(lstm_size)

According to issue #6432, this should be replaced by:

lstm = tf.nn.rnn_cell.BasicLSTMCell(lstm_size)

@asimshankar
Copy link
Contributor

The tutorials are meant to be in sync with the latest release. It does seem that tf.contrib.rnn.BasicLSTMCell exists in the 1.0 release.

Is it not working for you?

@asimshankar asimshankar added the stat:awaiting response Status - Awaiting response from author label Apr 10, 2017
@agribov
Copy link
Author

agribov commented Apr 10, 2017

Sorry, you're right. Looks like I'm running 0.10.0! Thought I had installed the latest version.

@agribov agribov closed this as completed Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response Status - Awaiting response from author
Projects
None yet
Development

No branches or pull requests

2 participants