Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
KyanChen
/
ai-photo-gallery
like
0
Runtime error
App
Files
Files
Community
64c69b5
ai-photo-gallery
/
configs
/
resnet
/
resnet18_8xb32_in1k.py
KyanChen
init
f549064
over 1 year ago
raw
Copy download link
history
blame
Safe
164 Bytes
_base_ = [
'../_base_/models/resnet18.py'
,
'../_base_/datasets/imagenet_bs32.py'
,
'../_base_/schedules/imagenet_bs256.py'
,
'../_base_/default_runtime.py'
]