mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-02 22:31:23 +08:00
* repr repvgg * add VisionRRC * uodate repvgg configs * add BCD seriers cfgs * add cv backend config * add vision configs * add L2se configs * add ra configs * add num-works configs * add num-works configs * configs * update README * rm extra config * reset un-needed changes * update * reset pbn * update readme * update code * update code * refine doc
4 lines
106 B
Python
4 lines
106 B
Python
_base_ = './repvgg-A0_8xb32_in1k.py'
|
|
|
|
model = dict(backbone=dict(arch='A2'), head=dict(in_channels=1408))
|