encore.ai
encore.ai copied to clipboard
Model not saving?
I'm now at 2000 epochs and the model still hasn't saved. How do I go about fixing this or reducing the save time?
How many training steps is that? The model should save every 5000 steps by default, but you can change that using the --save_freq
argument with runner.py.
I ended up having a play around with this but you really do need some knowledge of how tf behaves because the instructions aren't very clear when it comes to that. I've managed to create to create a model with numerous meta and index files. I'm trying to work out how to use it now.
I think I'm having the same issue. Is there a requirements list with supported versions somewhere? So far I have it generating models, but if I load any single one of the ones below into runner.py, it won't use it. It seems there is no master ckpt file being generated. Anyone know what am I doing wrong? Thanks :)
checkpoint test_artist.ckpt-30000.data-00000-of-00001 test_artist.ckpt-30000.index test_artist.ckpt-30000.meta
My Python skills have somewhat improved since I began looking at this problem and I think I will be able to figure it out. I'll post it up here when I get a chance to look at it again.