mmclassification/mmcls
whcao 359f56ad58
[Feature] Add transformer in transformer (#339)
* add tnt_small configs

* add tnt backbone

* test tnt

* add tnt to model_zoo

* rename the config file name

* add optimizor

* move tnt backbone unitest

* add metric

* fix keyname in arch

* encapsulate "inner transformer block" and "outer transformer block"

* fix TnT

* Use `inner_block_cfg` and `outer_block_cfg` instead of `args` and
`kwargs`.

Co-authored-by: mzr1996 <mzr1996@163.com>
2021-07-30 09:16:27 +08:00
..
apis [Feature]Support custom hooks (#305) 2021-06-15 21:09:58 +08:00
core [Fix] Use zero as default value of `thrs` in metrics. (#341) 2021-07-18 16:57:21 +08:00
datasets [Fix] Fix ImageNet dataset annotation file parse bug. (#370) 2021-07-29 10:21:22 +08:00
models [Feature] Add transformer in transformer (#339) 2021-07-30 09:16:27 +08:00
utils Change to use mmcv.utils.collect_env to avoid duplicate codes (#103) 2020-12-01 14:24:08 +08:00
__init__.py fix version (#276) 2021-05-29 10:47:16 +08:00
version.py bump version to v0.13.0 (#340) 2021-07-05 10:19:57 +08:00