Texygen
Texygen copied to clipboard
How to Save Trained Models for reuse?
How can I use this platform to save the models which I train on my own datasets and reuse them in the production?
同求,有人能解答一下吗谢谢~
You can save the GAN models after training them by adding the following
saver = tf.train.Saver() saver.save(sess, "path/to/save")