DCGAN-tensorflow icon indicating copy to clipboard operation
DCGAN-tensorflow copied to clipboard

Does not save checkpoints during training

Open czkaa opened this issue 5 years ago • 2 comments

Hello, after training the mode, the checkpoint folder as well as the samples folder remain empty. Does anyone know why this could be the case? Thanks!

czkaa avatar May 15 '19 07:05 czkaa

Same

steventsao avatar May 19 '19 00:05 steventsao

By default, the checkpoint is saved every 200 epochs. If you train during less epochs, no checkpoint will be saved!

You can control the checkpoint frequency with --ckpt_freq, the sample frequency with --sample_freq and the number of iterations with --epoch.

Hope it helps!

guillaumefrd avatar Jun 19 '19 15:06 guillaumefrd