NVlabs / stylegan3

Official PyTorch implementation of StyleGAN3
Other
6.38k stars 1.12k forks source link

stucked on Evaluating metrics #178

Open PodoprikhinMaxim opened 2 years ago

PodoprikhinMaxim commented 2 years ago

I tried to run training script of stylegan on Google Colab with next parameters python train.py --outdir=../training-runs --cfg=stylegan2 --data=../69000-20220703T162753Z-001.zip --gpus=1 --batch=8 --mbstd-group=8 --gamma=1 --mirror=1 --nobench=True --workers=1 and it's stucked on 0 tick on evaluating metrics. As dataset I used about 1k images from Flickr-Faces-HQ dataset downloaded directly from their google drive. Am I doing something wrong? Or it is just slow metrics evaluation on Google Colab? If second, how can I disallow metrcis evaluation?

coxfuture commented 2 years ago

--metrics=none will disable metrics.

but, how long was it stuck there? in my experience it can hang on evaluating metrics for 30min-1hr. the fid50k_full is hungry