mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
7 lines
193 B
Python
7 lines
193 B
Python
_base_ = [
|
|
'../_base_/models/shufflenet_v2_1x.py',
|
|
'../_base_/datasets/imagenet_bs64.py',
|
|
'../_base_/schedules/imagenet_bs2048_lineardecay.py',
|
|
'../_base_/default_runtime.py'
|
|
]
|