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

Upgrade deprecated constructs in sample.py #82

Closed julien-c closed 7 years ago

hugovk commented 7 years ago

Duplicate of PR https://github.com/sherjilozair/char-rnn-tensorflow/pull/76.

hugovk commented 7 years ago

@julien-c You can close this, it's been merged as part of https://github.com/sherjilozair/char-rnn-tensorflow/pull/81.

https://github.com/sherjilozair/char-rnn-tensorflow/pull/81/files#diff-086ae17ebd1d85217865fc991fdc5fb8L36

ubergarm commented 7 years ago

Thanks @julien-c and @hugovk, I'm helping @sherjilozair tidy up the repo a bit. If you guys are interested as well please join chat at https://gitter.im/char-rnn-tensorflow/Lobby

First order of business it go through the PR and Issue backlog and clean out the easy stuff before making a pass at bigger items.