mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* [Feature] add internimage project * [Feature] add internimage project * update license * [Feature] add internimage project * [Feature] add internimage project * [Feature] add internimage project * [Feature] add internimage project * [Feature] add internimage project * [Feature] add internimage project * update license * [Feature] add internimage project * [Feature] add internimage project * [Feature] add internimage project * [Feature] add internimage project * update internimage configs * support internimage project * support internimage project * support internimage project * internimage
14 lines
313 B
Python
14 lines
313 B
Python
_base_ = './_base_.py'
|
|
|
|
model = dict(
|
|
backbone=dict(
|
|
stem_channels=112,
|
|
drop_path_rate=0.5,
|
|
stage_blocks=[4, 4, 21, 4],
|
|
groups=[7, 14, 28, 56],
|
|
layer_scale=1e-5,
|
|
post_norm=True),
|
|
head=dict(in_channels=1344))
|
|
|
|
optim_wrapper = dict(optimizer=dict(lr=0.0005))
|