Skip to content
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

FileNotFoundError: Couldn't find any class folder in ./datasets/unconditional/landscape #43

Open
Grassyue opened this issue Jul 3, 2024 · 3 comments

Comments

@Grassyue
Copy link

Grassyue commented Jul 3, 2024

Thank you for your sharing!
As I perform ddpm.py and set the datapath:

args.dataset_path = "./datasets/unconditional/landscape"

rasing an error:

FileNotFoundError: Couldn't find any class folder in ./datasets/unconditional/landscape

@MichaelJacob914
Copy link

I had this same issue, it seems like the file path needs to be to the folder in the sense that it should be ./datasets/unconditional/ and there should only be the folder 'landscape' contained in unconditional(or at least this is what worked for me)

@Grassyue
Copy link
Author

Grassyue commented Jul 9, 2024

Thank you for your response.
I will try your suggestions.

@DeepDuke
Copy link

Yes, the path should be ./datasets/unconditional/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants