mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
6 lines
181 B
Python
6 lines
181 B
Python
_base_ = [
|
|
'../_base_/models/resnet50_label_smooth.py',
|
|
'../_base_/datasets/imagenet_bs32.py',
|
|
'../_base_/schedules/imagenet_bs256.py', '../_base_/default_runtime.py'
|
|
]
|