google / compare_gan

Compare GAN code.
Apache License 2.0
1.82k stars 319 forks source link

celeba_hq dataset was removed? #44

Open zplizzi opened 4 years ago

zplizzi commented 4 years ago

When I try to run the example config sndcgan_celebahq128.gin like python -m compare_gan.main --model_dir=hqtest --gin_config example_configs/sndcgan_celebahq128.gin

I get the error: ValueError: Dataset celeb_a_hq_128 is not available.

I don't see reference to CelebaHQ in the datasets code either, although it does exist in some of the branches (ie "v2").