Commit Graph

7 Commits (397ecf2658670271ee7c3e808f74c2089bda117c)

Author SHA1 Message Date
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
Cathy0908 368378b2af
add Fast ConvMAE (#101)
* add Fast ConvMAE and Fast ConvMAE benchmark
2022-07-08 12:11:37 +08:00
Cathy0908 4c1b3145e6
[feature] add segmentation modules (#71)
* add segmentation module & add ResNetV1c & ResNetV1d & add benchmark
2022-05-31 20:19:17 +08:00
Chen Jiayu cdb2366725
Merge pull request #19 from wenmengzhou/fix/cls_predictor
Fix: classifier run inference error
2022-04-22 15:37:47 +08:00
Cathy0908 13ff8263b3
remove all imports in easycv.utils.__init__ (#21) 2022-04-22 15:22:43 +08:00
wenmeng.zwm 7534a80195 add unittest and fix another bug using cls_head with_avg_pool=True 2022-04-21 16:07:33 +08:00
wenmeng.zwm 055deba53e initial commit 2022-04-02 20:01:06 +08:00