7 lines
200 B
Python
7 lines
200 B
Python
|
_base_ = [
|
||
|
'../_base_/models/mobilenet_v2_1x.py',
|
||
|
'../_base_/datasets/imagenet_bs32_pil_resize.py',
|
||
|
'../_base_/schedules/imagenet_bs256_epochstep.py',
|
||
|
'../_base_/default_runtime.py'
|
||
|
]
|