mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* 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>