mmocr/configs/_base_/schedules/schedule_2x.py
2021-04-03 01:03:52 +08:00

5 lines
96 B
Python

_base_ = './schedule_1x.py'
# learning policy
lr_config = dict(step=[16, 22])
total_epochs = 24