Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mccaly
/
test
like
0
Running
App
Files
Files
Community
main
test
/
FoodSeg103
/
configs
/
fp16
/
fcn_r101-d8_512x1024_80k_fp16_cityscapes.py
mccaly
Upload 2805 files
985cc7f
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
_base_ =
'../fcn/fcn_r101-d8_512x1024_80k_cityscapes.py'
# fp16 settings
optimizer_config =
dict
(
type
=
'Fp16OptimizerHook'
, loss_scale=
512.
)