Open HoBeom opened 7 months ago
Also I got error in RGBPoseHead in training on last batch with less then batch size.
can be changed as follows to check the size correctly.
elif labels.dim() == 1 and labels.size()[0] == self.num_classes \
and cls_scores[self.loss_components[0]].size()[0] == 1:
Motivation
2815
Modification
acc_metric.py/class ConfusionMatrix
BC-breaking (Optional)
.
Use cases (Optional)
.
Checklist