eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.17k stars 4.05k forks source link

when to save model for inference #180

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi, thank you for all these implementations, sorry to bother you, I am new to GAN, I want to know when to save the models for inference since the losses of gan models are unstable, Do I need to split training data for validation (different from testing, like cross-validation)? Are there some indications like metrics I can use for stopping training?