-
|
I am training a frog classifier. Has anyone had experience breaking up training from a multiple species classifier into a few independent single-species classifiers? For a single species classifier - this what I'd planned for the training folder And repeat for other species classifiers. I was worried it might require too many more training recordings to make it feasible... Has anyone tried anything like this? Did it work? This is similar to : #638 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
We do support multi-label training samples. You can adapt folder names to contain both species, and your training data could look like this:
During training, we'll split labels and treat samples from multi-label folders as regular training samples. |
Beta Was this translation helpful? Give feedback.
We do support multi-label training samples. You can adapt folder names to contain both species, and your training data could look like this:
During training, we'll split labels and treat samples from multi-label folders as regular training samples.