ai-photo-gallery / configs /resnet /resnet152_8xb16_cifar10.py
KyanChen's picture
init
f549064
raw
history blame
No virus
173 Bytes
_base_ = [
'../_base_/models/resnet152_cifar.py',
'../_base_/datasets/cifar10_bs16.py',
'../_base_/schedules/cifar10_bs128.py', '../_base_/default_runtime.py'
]