Skip to content

Commit

Permalink
Call super().__init__() in MilestonesFinetuning example (#7398)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMF authored May 6, 2021
1 parent a2a65ab commit d4d959b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
class MilestonesFinetuning(BaseFinetuning):

def __init__(self, milestones: tuple = (5, 10), train_bn: bool = False):
super().__init__()
self.milestones = milestones
self.train_bn = train_bn

Expand Down

0 comments on commit d4d959b

Please sign in to comment.