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
b77cf29
MMOCR
/
configs
/
_base_
/
schedules
/
schedule_adadelta_5e.py
tomofi
Add application file
2366e36
over 2 years ago
raw
Copy download link
history
blame
Safe
170 Bytes
# optimizer
optimizer =
dict
(
type
=
'Adadelta'
, lr=
1.0
)
optimizer_config =
dict
(grad_clip=
None
)
# learning policy
lr_config =
dict
(policy=
'step'
, step=[])
total_epochs =
5