mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
* refactor configs of textrecog * remove duplicate key in config _base_ * fix typo * rename dataset config file
7 lines
170 B
Python
7 lines
170 B
Python
# 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
|