-
I am trying to train my own dataset using Data setNumber of classes: 2 classes (imbalanced data with class 0:class 1=1:5) Using timm
What is happeningWhen I started the training, I got the following error message.
I get an error in the following places.
Batch size should be even when using this. (For example 1, 19, 67, 32, 64...) If my code is wrong, I would appreciate it if you could point it out. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@kuri54 it's exactly what it says, train with an even batch size |
Beta Was this translation helpful? Give feedback.
@kuri54 it's exactly what it says, train with an even batch size