ai-photo-gallery / configs /resnet /resnet50_8xb32-mixup_in1k.py
KyanChen's picture
init
f549064
raw
history blame
178 Bytes
_base_ = [
'../_base_/models/resnet50_mixup.py',
'../_base_/datasets/imagenet_bs32.py',
'../_base_/schedules/imagenet_bs256.py', '../_base_/default_runtime_cls.py'
]