mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
5 lines
96 B
Python
5 lines
96 B
Python
_base_ = './schedule_1x.py'
|
|
# learning policy
|
|
lr_config = dict(step=[16, 22])
|
|
total_epochs = 24
|