Closed felansu closed 7 years ago
That is a rather unexpected error, since that import should work for all tensorflow versions you listed. I'll look into this further. In the meantime, as a sanity check, could you just try running the following in a python session and posting any errors (or if it runs successfully):
import tensorflow as tf
from tensorflow.contrib.rnn import GRUCell
Thanks!
Oh... sorry @mckinziebrandon,
i'm forget run python setup.py install
command...
Thanks !