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.27k stars 175 forks source link

Loss records #56

Closed slala2121 closed 3 years ago

slala2121 commented 3 years ago

Are the losses for the generator/discriminator being recorded in some file?

zsyzzsoft commented 3 years ago

Yes, they are recorded in the tfevents file that can be visualized via tensorboard.

slala2121 commented 3 years ago

Great, thanks!