OGNet
OGNet copied to clipboard
help to run code
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
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 eladmeir
This is project folders