mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 06:40:40 +08:00
10 lines
248 B
Python
10 lines
248 B
Python
_base_ = [
|
|
'../_base_/models/vgg13.py',
|
|
'../_base_/datasets/imagenet_bs32_pil_resize.py',
|
|
'../_base_/schedules/imagenet_bs256.py',
|
|
'../_base_/default_runtime.py',
|
|
]
|
|
|
|
# schedule settings
|
|
optim_wrapper = dict(optimizer=dict(lr=0.01))
|