Detectron2: Adjust Learning rate

Created on 25 Feb 2020  路  1Comment  路  Source: facebookresearch/detectron2

In detectron2, the learning rate can be reduced by GAMMA through the iterations
cfg.SOLVER.STEPS

How to increase the learning rate at specific iteration by using detectron2 ?

>All comments

See pytorch scheduler https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate

Was this page helpful?
0 / 5 - 0 ratings