We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b296229 commit 3cef1a2Copy full SHA for 3cef1a2
1 file changed
domainlab/algos/trainers/train_ema.py
@@ -63,4 +63,4 @@ def after_epoch(self, epoch, flag_info=None):
63
new_dict_para = self.move_average(dict_para, epoch)
64
# without deepcopy, this seems to work
65
torch_model.load_state_dict(new_dict_para)
66
- super().after_epoch(epoch)
+ super().after_epoch(epoch, flag_info)
0 commit comments