mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
1.Add a backbone: deitiii. 2.Add an optimizer: lamb. 3.Add a sampler: RASampler. 4.Add a lr update hook: CosineAnnealingWarmupByEpochLrUpdaterHook. 5.In easycv/models/classification/classification.py, I remove the default mixup_cfg to keep the classification.py clean.