mmclassification/mmcls/models
Ezra-Yu 292127098f
[Feature] Add CSPNet and backbone and checkpoints (#735)
* add cspnet backbone

* try

* add backbones

* add cspnet

* add acc

* add unit tests

* chnage mode

* Update checkpoint path

* Fix typo

* Imporve CSPNet

* Update checkpoints

Co-authored-by: mzr1996 <mzr1996@163.com>
2022-03-30 15:29:35 +08:00
..
backbones [Feature] Add CSPNet and backbone and checkpoints (#735) 2022-03-30 15:29:35 +08:00
classifiers [Refactor] Remove deprecation. (#633) 2022-02-10 09:30:18 +08:00
heads [Enhance] Enhance feature extraction function. (#593) 2021-12-17 15:55:02 +08:00
losses [Enhance] Use PyTorch official `one_hot` to implement `convert_to_one_hot`. (#696) 2022-02-28 10:20:31 +08:00
necks [Feature] Support gem pooling (#677) 2022-02-17 02:17:36 +08:00
utils [Feature] Support resizemix. (#676) 2022-03-07 12:11:20 +08:00
__init__.py
builder.py