handson-ml2 icon indicating copy to clipboard operation
handson-ml2 copied to clipboard

[Chapter 16] Char-RNN pre-trained model ?

Open lebaste77 opened this issue 4 years ago • 2 comments

Hello,

This is more an enhancement request than a real issue. I am quite lazy waiting 10+ hours to process the book's Char-RNN training from chapter 16. Is it possible to upload or link to a pre-trained Char-RNN in order to test the further steps ?

I found a pretrained Char-RNN here : https://github.com/crazydonkey200/tensorflow-char-rnn , but it is using tf.train V1 with Saver rather than keras ; and I don't know if restoring the model to keras would work...

If my training succeeds, I will upload a link here of the h5 file ; but if someone already has waited that day of training, I'm a taker :)

Thanks.

lebaste77 avatar Jan 31 '21 14:01 lebaste77

Here is a 3-epoch (only) pre-trained Char-RNN that took 8 hours to proceed with my hardware, if anyones needs it.... model_charRNN.zip

lebaste77 avatar Feb 13 '21 10:02 lebaste77

Hi @lebaste77 , thanks for your suggestion, and for uploading this model, it's a great idea. I'll see what I can do.

ageron avatar Feb 18 '21 21:02 ageron