Texygen icon indicating copy to clipboard operation
Texygen copied to clipboard

How to Save Trained Models for reuse?

Open kaustubholpadkar opened this issue 5 years ago • 2 comments

How can I use this platform to save the models which I train on my own datasets and reuse them in the production?

kaustubholpadkar avatar Apr 10 '19 06:04 kaustubholpadkar

同求,有人能解答一下吗谢谢~

letmeheard avatar Jun 11 '19 00:06 letmeheard

You can save the GAN models after training them by adding the following

saver = tf.train.Saver() saver.save(sess, "path/to/save")

Julian-Theis avatar Jul 17 '19 18:07 Julian-Theis