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
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)
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
The text was updated successfully, but these errors were encountered: