lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.52k stars 384 forks source link

How to change the learning rate of training? #197

Open JosephBH0622 opened 3 years ago

SamSamhuns commented 3 years ago

Check ssd/config/defaults.py here, change the learning rate in line 80 where _C.SOLVER.LR = 1e-3 is set.