mit-han-lab / data-efficient-gans

[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
https://arxiv.org/abs/2006.10738
BSD 2-Clause "Simplified" License
1.28k stars 175 forks source link

how to change time to save chekpoint? #35

Closed molo32 closed 3 years ago

molo32 commented 3 years ago

how to change time to save chekpoint, eg every 30m 1hs?

zsyzzsoft commented 3 years ago

You may modify the image_snapshot_ticks and network_snapshot_ticks here to e.g. 1.

molo32 commented 3 years ago

great, do you have any idea how to reduce the time between each tick?

zsyzzsoft commented 3 years ago

There is a map from the resolution to the number of iterations (in terms of kimg) of each tick here..