3 Commits

Author SHA1 Message Date
jiangnana.jnn
99b3cd9a82 remove optimizer registry
* remove optimzer registry
 * update version
        Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10218900

    * remove optimzer registry and update version
2022-09-23 14:01:45 +08:00
Cathy0908
5ac6381758
add error code (#146)
* add error code
2022-09-19 16:07:04 +08:00
zzoneee
0cb91de0cb
add DeiT III (#171)
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.
2022-09-14 15:24:54 +08:00