ai-photo-gallery / configs /resnet /resnet18_8xb32_in1k.py
KyanChen's picture
init
f549064
raw
history blame
No virus
164 Bytes
_base_ = [
'../_base_/models/resnet18.py', '../_base_/datasets/imagenet_bs32.py',
'../_base_/schedules/imagenet_bs256.py', '../_base_/default_runtime.py'
]