chrisdonahue / wavegan

WaveGAN: Learn to synthesize raw audio with generative adversarial networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for continue training model from last ckpt?

RitoRitoni opened this issue · comments

Can someone tell me how to continue training from last ckpt? Every time i use the folder where my last ckpt is stored i think it runs the model from scratch....

It should start from where it's left off. Are you reading the shuffle buffer as it restarting? Because it must do that each time you train (resume or begin anew).