mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
8 lines
222 B
Python
8 lines
222 B
Python
_base_ = [
|
|
'../_base_/models/resnetv1c50.py',
|
|
'../_base_/datasets/imagenet_bs32_pil_resize.py',
|
|
'../_base_/schedules/imagenet_bs256.py', '../_base_/default_runtime.py'
|
|
]
|
|
|
|
model = dict(backbone=dict(depth=101))
|