Skip to content

Commit

Permalink
Fix class structure in infonce.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Böhm committed Dec 13, 2024
1 parent 2948391 commit eef7482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsimcne/losses/infonce.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def compute(self):
self.criterion = self.cls(**self.kwargs)


class InfoNCET(InfoNCEZ):
class InfoNCET(InfoNCEGaussian):
def __init__(self, dof=None, **kwargs):
super().__init__(**kwargs)
self.dof = dof
Expand Down

0 comments on commit eef7482

Please sign in to comment.