mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 06:40:40 +08:00
5 lines
168 B
Python
5 lines
168 B
Python
_base_ = [
|
|
'../_base_/models/resnet18_cifar.py', '../_base_/datasets/cifar10_bs16.py',
|
|
'../_base_/schedules/cifar10_bs128.py', '../_base_/default_runtime.py'
|
|
]
|