-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
Hello,
I'm having a minor issue when trying to continue an interrupted training.
It is creating these files in /tmp/ as it's supposed to:

And these under model/NewPokemon in my working directory:

On other code I worked on, I would import the saved weights and biases with something like;
saver = tf.train.import_meta_graph('model.meta')
saver.restore(sess, tf.train.latest_checkpoint('./'))
On this code I just couldn't make it continue from where it is left off. It starts from 0 back again when I run PokeGAN.py even though I'm running inside the directory and the folder structure seems correct.
I haven't modified the code except the fact that, mine saves the model every epoch instead of every 500 - just changed the modulo i%500 to i%1.
Any help would be much appreciated.
Thanks very much!
Metadata
Metadata
Assignees
Labels
No labels