mmpretrain/mmcls/models/utils
Zhicheng Chen d56170a734
[Feature] Support EfficientNet (#649)
* add config for resnest test

* fix config

* add label smoothing

* add memcached

* minor fix

* fix bug

* fix config

* add config

* minor fix

* fix configs

* use EResize

* change interpolation

* add more configs

* add docsting

* add unittest

* remove unnecessary changes

* minor fix

* add more docstring

* fix linting

* add efficient backbone

* add config

* add Edge Residual

* fix bug

* remove unnecessary files

* refactor

* add resize in crop to ensure crop size is output size

* fix bug and add comments

* test

* fix

* add more configs

* add more configs

* add more configs

* fix bug

* add model zoo

* fix

* reorganize code

* add edge tpu

* add edge tpu converter

* rename

* update readme

* reorganize code and config

* Rename configs of EfficientNet, and add metafile & model_zoo

* Remove `backend='pillow'`

* Add comments about EfficientNet-EdgeTPU

* Rename the convert tool of EfficientNet.

* Refactor EfficientNet and update docstring.

* Update EfficientNet-EdgeTPU config

* Fix unit tests

Co-authored-by: lixinran <lixr423@outlook.com>
Co-authored-by: lixinran <lixinran@sensetime.com>
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-01-25 12:14:17 +08:00
..
augment [Enhance] Suport Mixup&Cutmix for multi-label task. 2022-01-21 11:30:58 +08:00
__init__.py [Refactor] Refator ViT (Continue #295) (#395) 2021-10-18 16:07:00 +08:00
attention.py [Refactor] Refator ViT (Continue #295) (#395) 2021-10-18 16:07:00 +08:00
channel_shuffle.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
embed.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
helpers.py Bump version to v0.19.0 (#623) 2021-12-31 12:55:47 +08:00
inverted_residual.py [Feature] Support EfficientNet (#649) 2022-01-25 12:14:17 +08:00
make_divisible.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
se_layer.py [Enhance] Enhence SE layer to support custom squeeze channels. (#417) 2021-08-20 13:31:44 +08:00