mmpretrain/tests
Zhicheng Chen d56170a734
[Feature] Support EfficientNet ()
* 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
..
data [Feature] Support features_only in TIMMBackbone () 2022-01-25 11:22:23 +08:00
test_data [Feature] Support K-fold cross-validation () 2022-01-19 18:32:55 +08:00
test_downstream [Feature] Support features_only in TIMMBackbone () 2022-01-25 11:22:23 +08:00
test_metrics [Enhance] Support single-label, softmax, custom eps by asymmetric loss () 2022-01-21 11:35:14 +08:00
test_models [Feature] Support EfficientNet () 2022-01-25 12:14:17 +08:00
test_runtime [Reproduction] Reproduce training results of T2T-ViT () 2021-12-28 15:09:40 +08:00
test_utils [Refactor] Change `load_json_logs` to `load_json_log`. () 2021-12-14 18:03:27 +08:00