Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Jul 8, 2024
1 parent 02c94ff commit 4b914e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sota-implementations/crossq/batchrenorm.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
max_d=5.0,
warmup_steps=10000,
):
super(BatchRenorm, self).__init__()
super().__init__()
self.num_features = num_features
self.eps = eps
self.momentum = momentum
Expand Down

0 comments on commit 4b914e6

Please sign in to comment.