hunkim / word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
MIT License
1.3k stars 493 forks source link

AttributeError: 'module' object has no attribute 'merge_all' #54

Closed koctob closed 7 years ago

koctob commented 7 years ago

python3 train.py

reading text file Traceback (most recent call last): File "train.py", line 134, in main() File "train.py", line 52, in main train(args) File "train.py", line 88, in train merged = tf.summary.merge_all() AttributeError: 'module' object has no attribute 'merge_all'

Running it I'm getting this error. I've install tensor flow with : export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp34-cp34m-linux_x86_64.whl

koctob commented 7 years ago

Sorry my fault the problem was related to tensorflow version and the python installation.