We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4b1f39 + ed14955 commit d4e5c9fCopy full SHA for d4e5c9f
tests/losses/test_multilabel_supcon_loss.py
@@ -90,7 +90,7 @@ def test_xbm_multisupcon_val(self):
90
self.test_xbm_multisupcon_val_gt[dtype][b],
91
atol=1e-2 if dtype == torch.float16 else 1e-4))
92
93
-
+
94
def test_with_no_valid_pairs(self):
95
for dtype in TEST_DTYPES:
96
embedding_angles = [0]
0 commit comments