Skip to content

Commit 1f924b2

Browse files
committed
fix indent error
1 parent 8f903c8 commit 1f924b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cebra/models/criterions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def infonce(
9595
9696
Note:
9797
- The behavior of this function changed beginning in CEBRA 0.3.0.
98-
The InfoNCE implementation is numerically stabilized.
98+
The InfoNCE implementation is numerically stabilized.
9999
"""
100100
with torch.no_grad():
101101
c, _ = neg_dist.max(dim=1, keepdim=True)

0 commit comments

Comments
 (0)