NVlabs / stylegan3

Official PyTorch implementation of StyleGAN3
Other
6.3k stars 1.11k forks source link

In custom multi-class data set training, how to view the FID values of each class? #221

Open yewenjing1256 opened 1 year ago

yewenjing1256 commented 1 year ago

Dear author, thanks for sharing. I am training a custom data set of 3 categories, but I only see a total FID value during the training process. How can I know the FID value of each category? If one type of training breaks down and the other two work, how do I know?