crazydonkey200 / tensorflow-char-rnn

Char-RNN implemented using TensorFlow.
MIT License
425 stars 267 forks source link

Problem with the train.py #16

Closed antiantimatter closed 7 years ago

antiantimatter commented 7 years ago

Hi, I've just installed and when I attempt the initial training exercise

I'm using windows/python 3.5.2/newest tensorflow

Traceback (most recent call last): File "train.py", line 379, in main() File "train.py", line 249, in main train_model = CharRNN(is_training=True, use_batch=True, **params) File "C:\tensorflow-char-rnn\char_rnn_model.py", line 57, in init cell_fn = tf.contrib.rnn.BasicLSTMCell AttributeError: module 'tensorflow.contrib.rnn' has no attribute 'BasicLSTMCell'

antiantimatter commented 7 years ago

reinstalling tensorflow fixed