mmpretrain/configs/repvgg/repvgg-B2_8xb32_in1k.py
Ezra-Yu 88e5ba28db
[Reproduce] Reproduce RepVGG Training Accuracy. (#1264)
* 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
2022-12-30 15:49:56 +08:00

4 lines
106 B
Python

_base_ = './repvgg-A0_8xb32_in1k.py'
model = dict(backbone=dict(arch='B2'), head=dict(in_channels=2560))