-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about building the tfds #13
Comments
Apologies for the late reply.
If you do, then you should be able to run test_celeb_a_hq.py. |
Hi! Hopping on to this issue, since I tried to reproduce your results based on your codebase, but experience issues with the |
I've got the same issue, and I found that this Kaggle link provides the same files. Its naming convention of the directory looks the same as Functa's code. (data128x128). |
I have a question in building the new tfds. For example, the command "cd celeb_a_hq_custom ” “tfds build --register_checksums" are to setup celeb_a_hq_custom dataset as tfds.
However, when I run the test_celeb_a_hq.py, it just threw out the error :
"tensorflow_datasets.core.load.DatasetNotFoundError: Dataset celeb_a_hq_custom not found."
Why did celeb_a_hq_custom fail to be added as the new tfds?
The text was updated successfully, but these errors were encountered: