ganslate-team / ganslate

Simple and extensible GAN image-to-image translation framework. Supports natural and medical images.
https://ganslate.readthedocs.io
Other
34 stars 3 forks source link

skip first n iters in val #61

Closed ibro45 closed 3 years ago

ibro45 commented 3 years ago

validate_after

ibro45 commented 3 years ago

Same for checkpointing?

surajpaib commented 3 years ago

I'd definitely say so, a lot of storage taken up pointlessly with initial checkpoints

ibro45 commented 3 years ago

Cool, will do that!