6 lines
173 B
Python
6 lines
173 B
Python
|
_base_ = [
|
||
|
'../_base_/models/resnet101_cifar.py',
|
||
|
'../_base_/datasets/cifar10_bs16.py',
|
||
|
'../_base_/schedules/cifar10_bs128.py', '../_base_/default_runtime.py'
|
||
|
]
|