crazydonkey200 / tensorflow-char-rnn

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

Python 3 #6

Closed RieGo closed 7 years ago

RieGo commented 7 years ago

looks like tensorflow is only supporting python 3 on windows :( please update to python 3. i tried everything to make it work. it's impossible

RieGo commented 7 years ago

actually it seems to be working now. i just needed to change iteritems() to items() at one point. Thanks for your work!