Search code examples
deep-learninggenerative-adversarial-networkstylegan

how to disable metrics calculation in styleGAN2?


Metrics calculation is very time consuming in stylegan2 is there any way to disable this feature. I want to train my network on Colab an this takes a lot of time


Solution

  • Just add --metrics=None to your !python train.py command line