mmclassification/tools
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
..
analysis_tools [Refactor] Change `load_json_logs` to `load_json_log`. (#602) 2021-12-14 18:03:27 +08:00
convert_models [Feature] Support EfficientNet (#649) 2022-01-25 12:14:17 +08:00
deployment [Feature] Add conversion script from pytroch to mlmodel (#597) 2022-01-13 12:32:52 +08:00
misc
visualizations [Feature] Add CAM visualization tool (#577) 2021-12-23 18:53:40 +08:00
dist_test.sh
dist_train.sh
kfold-cross-valid.py [Feature] Support K-fold cross-validation (#563) 2022-01-19 18:32:55 +08:00
slurm_test.sh
slurm_train.sh
test.py
train.py [Refactor] Save class names in best checkpoint created by evaluation hook (#641) 2022-01-13 12:20:59 +08:00