mmpretrain/configs/_base_/schedules
Zhicheng Chen 0bbbb04429
[Enhancement] Improve the accuracy of ResNet (#572)
* add itp timm

* minor update

* minor update

* minor update

* add rep aug, minor update on configs

* minor update

* add target threshold

* add decaymulti

* minor update

* minor update

* add lbl smooth

* update lr

* reorganize config files and code

* minor bugfixes

* remove unused parts and minor fixes on cfg

* critical bugfix, add test and cfg update

* refactor code

* update doc string

* remove duplicate code

* refactor drop path in resnet

* rename

* Modify configs and add README&metafile

* Update metafile

Co-authored-by: mzr1996 <mzr1996@163.com>
2021-12-29 10:58:42 +08:00
..
cifar10_bs128.py Use build_runner (#54) 2020-10-15 21:12:50 +08:00
imagenet_bs256.py Use build_runner (#54) 2020-10-15 21:12:50 +08:00
imagenet_bs256_140e.py Use build_runner (#54) 2020-10-15 21:12:50 +08:00
imagenet_bs256_200e_coslr_warmup.py [Feature] Add RepVGG backbone and checkpoints. (#414) 2021-09-29 11:06:23 +08:00
imagenet_bs256_coslr.py Use build_runner (#54) 2020-10-15 21:12:50 +08:00
imagenet_bs256_epochstep.py Use build_runner (#54) 2020-10-15 21:12:50 +08:00
imagenet_bs1024_adamw_conformer.py [Feature] Implement the conformer backbone. (#494) 2021-12-07 14:00:17 +08:00
imagenet_bs1024_adamw_swin.py [Feature] Add swin-transformer model. (#271) 2021-07-01 09:30:42 +08:00
imagenet_bs1024_coslr.py [Feature] Support ImageNet21k dataset. (#461) 2021-10-28 15:22:08 +08:00
imagenet_bs1024_linearlr_bn_nowd.py Use build_runner (#54) 2020-10-15 21:12:50 +08:00
imagenet_bs2048.py Use build_runner (#54) 2020-10-15 21:12:50 +08:00
imagenet_bs2048_AdamW.py [Bug]Fix weight decay (#227) 2021-04-28 17:16:43 +08:00
imagenet_bs2048_coslr.py Use build_runner (#54) 2020-10-15 21:12:50 +08:00
imagenet_bs2048_rsb.py [Enhancement] Improve the accuracy of ResNet (#572) 2021-12-29 10:58:42 +08:00
imagenet_bs4096_AdamW.py [Feature] Add DeiT backbone and checkpoints. (#576) 2021-12-15 22:44:57 +08:00