anvoynov / GANLatentDiscovery

The authors official implementation of Unsupervised Discovery of Interpretable Directions in the GAN Latent Space
416 stars 52 forks source link

how to check MOS and RCA metrics on the newly found directions? #8

Closed eps696 closed 3 years ago

anvoynov commented 4 years ago

The precision value that we log during training is a good approximation for RCA. Alternatively, you can run the training code without direcitons update and use the validate_classifier (apparently, I should enable it with a flag option in the run_train.py). MOS is actually a human-labeled based metrics.