sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 960 forks source link

More portable way of executing tensor #50

Closed wichtounet closed 7 years ago

wichtounet commented 7 years ago

eval() is not always available while sess.run() always is.

sherjilozair commented 7 years ago

Thanks!