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 6404c249f5
add analyse tools (#133)
* add analyse tools and model performance
2022-07-27 10:52:05 +08:00
Cathy0908 fe081c8aba
add torchacc, support swin (#105)
* add torchacc, support swin
2022-07-27 10:22:44 +08:00
Cathy0908 368378b2af
add Fast ConvMAE (#101)
* add Fast ConvMAE and Fast ConvMAE benchmark
2022-07-08 12:11:37 +08:00
Cathy0908 b737027aa4
remove useless import and optimize imports (#84) 2022-06-13 10:29:41 +08:00
Cathy0908 9a3826f0d2
[Feature]: support image visualization for tensorboard and wandb (#15)
* [Feature]: support image visualization for tensorboard and wandb
2022-04-21 20:48:58 +08:00
wenmeng.zwm 055deba53e initial commit 2022-04-02 20:01:06 +08:00