Skip to content

Commit 55694fe

Browse files
committed
TODO: Poly
1 parent e6aa9ca commit 55694fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

change_detection_pytorch/utils/lr_scheduler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def step(self, epoch=None, metrics=None):
6464
else:
6565
self.step_ReduceLROnPlateau(metrics, epoch)
6666

67+
# TODO: Poly
68+
6769
if __name__ == '__main__':
6870
# https://github.com/ildoonet/pytorch-gradual-warmup-lr
6971
import torch

0 commit comments

Comments
 (0)