You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
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").
When I try to run the example config
sndcgan_celebahq128.ginlikepython -m compare_gan.main --model_dir=hqtest --gin_config example_configs/sndcgan_celebahq128.ginI 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").