change MultiStepLr intervals

pull/608/head
zuchen.wang 2021-11-17 16:42:35 +08:00
parent c2f0991139
commit 270520c864
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ _C.SOLVER.SCHED = "MultiStepLR"
_C.SOLVER.DELAY_EPOCHS = 0
_C.SOLVER.GAMMA = 0.1
_C.SOLVER.STEPS = [30, 55]
_C.SOLVER.STEPS = [100, 200, 250]
# Cosine annealing learning rate options
_C.SOLVER.ETA_MIN_LR = 1e-7