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

train.py: Open pickle files as binary #69

Closed codeman38 closed 7 years ago

codeman38 commented 7 years ago

This fixes #67 (Python 3 incompatibility of --init_from).

codeman38 commented 7 years ago

Duplicate of #43. Closing mine and recommending that one instead.