google / compare_gan

Compare GAN code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

celeba_hq dataset was removed?

zplizzi opened this issue · comments

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").