MMOCR / configs /_base_ /schedules /schedule_sgd_600e.py
tomofi's picture
Add application file
2366e36
raw
history blame
210 Bytes
# optimizer
optimizer = dict(type='SGD', lr=1e-3, momentum=0.99, weight_decay=5e-4)
optimizer_config = dict(grad_clip=None)
# learning policy
lr_config = dict(policy='step', step=[200, 400])
total_epochs = 600