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
/
resnet50_8xb32-fp16-dynamic_in1k.py
KyanChen
init
f549064
over 1 year ago
raw
Copy download link
history
blame
Safe
126 Bytes
_base_ = [
'./resnet50_8xb32_in1k.py'
]
# schedule settings
optim_wrapper =
dict
(
type
=
'AmpOptimWrapper'
, loss_scale=
'dynamic'
)