You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to run this code but i always get this error, i found the rnn_cell is in contrib folder in tensorflow, and i tried to add the
import tensorflow.contrib.python.ops , but still got the error.
im new to python and tensorflow, so any help or information on how to fix it will be helpful
im using :
python 3.5
TF 1.0.1
Windows 10
thank you in advance
The text was updated successfully, but these errors were encountered:
There is Elliot V solution:
"Just a note, using tensorflow 1.0 i ran into the error ".. no attribute 'rnn_cell'
to solve without solving
pip3 uninstall tensorflow
pip3 install tensorflow=0.12.1"
What can I do to solve this issue? I understand that it is moved to contrib. How to get around with this issue? I am using windows and I am a newbie here.
i tried to run this code but i always get this error, i found the rnn_cell is in contrib folder in tensorflow, and i tried to add the
import tensorflow.contrib.python.ops , but still got the error.
im new to python and tensorflow, so any help or information on how to fix it will be helpful
im using :
python 3.5
TF 1.0.1
Windows 10
thank you in advance
The text was updated successfully, but these errors were encountered: