Closed ewigspace1910 closed 2 years ago
@xiaomingzhid Line 85 in the file embedding_head.py:
if len(targets) > 56: cls_outputs = self.classifier(bn_feat, targets) else: cls_outputs = []
Could you explain why the targets (batch size?) must be larger than 56. Thanks
@xiaomingzhid Line 85 in the file embedding_head.py:
Could you explain why the targets (batch size?) must be larger than 56. Thanks