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 downloaded val2017 and put the folder into data/
when I run
python train_model.py --style_image_path images/style_images/MYSTYLE.jpg --train_dataset_path data/val2017
I get
FileNotFoundError: Couldn't find any class folder in data/val2017. Which is obvious because there is only images in that folder.
The text was updated successfully, but these errors were encountered:
I downloaded val2017 and put the folder into data/
when I run
python train_model.py --style_image_path images/style_images/MYSTYLE.jpg --train_dataset_path data/val2017
I get
FileNotFoundError: Couldn't find any class folder in data/val2017. Which is obvious because there is only images in that folder.
The text was updated successfully, but these errors were encountered: