Skip to content

Commit

Permalink
add super init to MilestonesFinetuning callback
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMF authored May 6, 2021
1 parent d52e0a8 commit 0ca0b3c
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 0ca0b3c

Please sign in to comment.