9 lines
293 B
Python
9 lines
293 B
Python
_base_ = [
|
|
'../_base_/models/mobilenet-v3-small_8xb16_cifar.py',
|
|
'../_base_/datasets/cifar10_bs16.py',
|
|
'../_base_/schedules/cifar10_bs128.py', '../_base_/default_runtime.py'
|
|
]
|
|
|
|
lr_config = dict(policy='step', step=[120, 170])
|
|
runner = dict(type='EpochBasedRunner', max_epochs=200)
|