mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* add preciseBN hook * add precise-bn config * add proority of preciseBN * Add precise BN hook * Update PreciseBN hook * add config example & pre-commit * Update PBN * Add unit test * Update unit tests * mv preciseBN to mmcls.runner * rm extra sleep() * merge latest * update code * fix lint * update unit tests * add regnetx configs * update prcise BN in configs * fix lint * add checkpoints and logs * fix conflict * fix lint * update model_zoo and model-index * remove some changes * update readme.md * remove precise_bn.py
19 lines
597 B
YAML
19 lines
597 B
YAML
Import:
|
|
- configs/mobilenet_v2/metafile.yml
|
|
- configs/resnet/metafile.yml
|
|
- configs/res2net/metafile.yml
|
|
- configs/resnext/metafile.yml
|
|
- configs/seresnet/metafile.yml
|
|
- configs/shufflenet_v1/metafile.yml
|
|
- configs/shufflenet_v2/metafile.yml
|
|
- configs/swin_transformer/metafile.yml
|
|
- configs/vgg/metafile.yml
|
|
- configs/repvgg/metafile.yml
|
|
- configs/tnt/metafile.yml
|
|
- configs/vision_transformer/metafile.yml
|
|
- configs/t2t_vit/metafile.yml
|
|
- configs/mlp_mixer/metafile.yml
|
|
- configs/conformer/metafile.yml
|
|
- configs/regnet/metafile.yml
|
|
- configs/deit/metafile.yml
|