PaddleClas/ppcls/arch/backbone/variant_models
Tingquan Gao 28ef1c00d8
[cherry-pick] some fix (#2920)
* fix model name

* fix: bug when distillation

* modify some default hyperparams to adapt to fine-tune downstream tasks

1. unset EMA because of the relatively small size of most downstream dataset;
2. use mean and std of IMN.
2023-08-25 22:02:57 +08:00
..
__init__.py Create backbone for MetaBIN 2023-02-28 15:01:21 +08:00
efficientnet_variant.py
foundation_vit_variant.py [cherry-pick] some fix (#2920) 2023-08-25 22:02:57 +08:00
pp_lcnet_variant.py
pp_lcnetv2_variant.py
resnet_variant.py Update pretrained backbone 2023-02-28 15:01:21 +08:00
vgg_variant.py