EasyCV/easycv/models/heads
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
..
__init__.py initial commit 2022-04-02 20:01:06 +08:00
cls_head.py add DeiT III (#171) 2022-09-14 15:24:54 +08:00
contrastive_head.py initial commit 2022-04-02 20:01:06 +08:00
latent_pred_head.py initial commit 2022-04-02 20:01:06 +08:00
mp_metric_head.py [feature] add segmentation modules (#71) 2022-05-31 20:19:17 +08:00
multi_cls_head.py [feature] add segmentation modules (#71) 2022-05-31 20:19:17 +08:00