diff --git a/fastreid/config/defaults.py b/fastreid/config/defaults.py index 2aeb828..1a78cbe 100644 --- a/fastreid/config/defaults.py +++ b/fastreid/config/defaults.py @@ -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