-first thank for making this interesting dataset available publicly
-we are a team of 3 teachers at delhi university (india)
can any one explain this part it's not clear for us and thank you
python3 scripts/cross_val_splitter.py --splits 5
Now, your data folder should contain a new folder cross_validation with folders fold_1, fold_2. Each folder contains only the test data for that specific fold.
so if we understand that's mean there is 5 folders (the folder0, folder3 and folder4 for the training) and the folder1 and folder2 for the test part ???
cause we execute this python3 scripts/cross_val_splitter.py --splits 5 we get 5 folders
-first thank for making this interesting dataset available publicly -we are a team of 3 teachers at delhi university (india)
can any one explain this part it's not clear for us and thank you
python3 scripts/cross_val_splitter.py --splits 5 Now, your data folder should contain a new folder cross_validation with folders fold_1, fold_2. Each folder contains only the test data for that specific fold.
so if we understand that's mean there is 5 folders (the folder0, folder3 and folder4 for the training) and the folder1 and folder2 for the test part ??? cause we execute this python3 scripts/cross_val_splitter.py --splits 5 we get 5 folders