Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tomofi
/
MMOCR
like
15
Runtime error
App
Files
Files
Community
2
4377988
MMOCR
/
configs
/
_base_
/
schedules
/
schedule_adam_600e.py
tomofi
Add application file
2366e36
over 2 years ago
raw
Copy download link
history
blame
Safe
171 Bytes
# optimizer
optimizer =
dict
(
type
=
'Adam'
, lr=
1e-3
)
optimizer_config =
dict
(grad_clip=
None
)
# learning policy
lr_config =
dict
(policy=
'poly'
, power=
0.9
)
total_epochs =
600