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
a9c3fe1
ai-photo-gallery
/
configs
/
resnet
/
resnet34_8xb16_cifar10.py
KyanChen
init
f549064
over 1 year ago
raw
Copy download link
history
blame
Safe
168 Bytes
_base_ = [
'../_base_/models/resnet34_cifar.py'
,
'../_base_/datasets/cifar10_bs16.py'
,
'../_base_/schedules/cifar10_bs128.py'
,
'../_base_/default_runtime.py'
]