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 am a beginner in the python language, when I run the code I get this error, knowing that the data has been added ( data {test[0 , 1] , train[0]} , I don't know if miss something
The code which I run : python train.py
And this is the output :
Thanks
The text was updated successfully, but these errors were encountered:
You must keep your data in a sub-directory, under the name of the class
You have probably added your "0" class instances to "./data/train/", instead of "./data/train/0"
At least that's how I could reproduce your exact error... When creating a sub directory "0" as "./data/train/0" and moving all files into it I couldn't see any errors whatsoever
You must keep your data in a sub-directory, under the name of the class You have probably added your "0" class instances to "./data/train/", instead of "./data/train/0"
At least that's how I could reproduce your exact error... When creating a sub directory "0" as "./data/train/0" and moving all files into it I couldn't see any errors whatsoever
Hi
I am a beginner in the python language, when I run the code I get this error, knowing that the data has been added ( data {test[0 , 1] , train[0]} , I don't know if miss something
The code which I run :
python train.py
And this is the output :

Thanks
The text was updated successfully, but these errors were encountered: