-
I am following the tutorial here to use my own dataset for finetuning. The dataset structure is similar to below, but only two classes(Female/Male). and same for test and val folder. the config looks like
but when I train it, it will show error: AssertionError: The number of subfolders (3) doesn't match the number of specified classes (2). Please check the data folder. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Check there are only 2 sub-folders, both in your train/val/test dataset root. |
Beta Was this translation helpful? Give feedback.
Check there are only 2 sub-folders, both in your train/val/test dataset root.