You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@arklabco Nope, sorry! I've decided to learn more by following a few tutorials online and creating a simple GAN but using NVIDIAs code for actual training :-)
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;
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!
The text was updated successfully, but these errors were encountered: