mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 10:13:59 +08:00
7 lines
183 B
Python
7 lines
183 B
Python
_base_ = [
|
|
'../_base_/models/vgg16bn.py',
|
|
'../_base_/datasets/imagenet_bs32_pil_resize.py',
|
|
'../_base_/schedules/imagenet_bs256.py',
|
|
'../_base_/default_runtime.py',
|
|
]
|