crazydonkey200 / tensorflow-char-rnn

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

Parameters #13

Closed xslittlegrass closed 7 years ago

xslittlegrass commented 7 years ago

Thanks for sharing! Do you have the parameters to reproduce the results in karpathy's blog, for instance the latex example and the linux source code example?

crazydonkey200 commented 7 years ago

Hi, I don't have the exact parameters, but I tried the linux source code with the default parameters, and the result looks reasonable. I suggest to have a try to see if the result makes sense :)

crazydonkey200 commented 7 years ago

Feel free to reopen if you want to discuss more about replicating Karpathy's result.