-
Notifications
You must be signed in to change notification settings - Fork 89
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
Mapping to dataset folders. #26
Comments
Can someone please point out where to map these folders? flowers_images_path: '/export/mlrg/aelnouby/projects/GANs/flowers_dataset/' flowers_val_split_path: '/export/mlrg/aelnouby/projects/GANs/flowers_dataset/flowers_icml/valclasses.txt' I have downloaded the cvpr2016_flowers dataset and have found the text_c10 folder, it also consisted of valClasses.txt trainclasses.txt and testclasses.txt I am not too sure where to point these two particular paths: |
I think two source repositories are important. Get the cvpr2016 stuff from https://github.com/reedscot/cvpr2016 and icml2016 stuff from reedscot/icml2016. To answer your question:
Side note : it seems the default parameters for Lastly, if you use the provided .hd5 file in the Datasets section, you don't need any of the other files. You only need all the data if you want to convert the data into hd5 file yourself. If you're not able to use the provided hd5 file for version incompatibility issues, try to add this requirements.txt file and install the appropriate versions with |
If we are using hd5 file, then how will we use that?Kindly guide me plz.
|
Lmk if this helps! |
No description provided.
The text was updated successfully, but these errors were encountered: