mmocr/configs/_base_/schedules/schedule_2x.py

5 lines
96 B
Python
Raw Normal View History

2021-04-03 01:03:52 +08:00
_base_ = './schedule_1x.py'
# learning policy
lr_config = dict(step=[16, 22])
total_epochs = 24