Skip to content

Commit f7e9af7

Browse files
authored
Update optimizer_callback.py
1 parent 037a90f commit f7e9af7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pina/callback/optimizer_callback.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def __init__(self, new_optimizers, epoch_switch):
4444
self._new_optimizers = new_optimizers
4545
self._epoch_switch = epoch_switch
4646

47-
# pylint: disable=W0212
4847
def on_train_epoch_start(self, trainer, __):
4948
"""
5049
Callback function to switch optimizer at the start of each

0 commit comments

Comments
 (0)