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
Just add --metrics=None to your !python train.py command line
--metrics=None
!python train.py