Handling the labels with 0 samples #6
-
|
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hello @Fatima-Haouari, thanks for your interest! 1-2: The number of samples per class is related to the full training data, not the batch data. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I noticed that this line of code |
Beta Was this translation helpful? Give feedback.
Hello @Fatima-Haouari, thanks for your interest!
1-2: The number of samples per class is related to the full training data, not the batch data.
3: Validation loss should be also calculated by the training stats. Using different stats in training and val loss would create a misalignment between the losses.