mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
15 lines
273 B
Python
15 lines
273 B
Python
checkpoint_config = dict(interval=1)
|
|
# yapf:disable
|
|
log_config = dict(
|
|
interval=5,
|
|
hooks=[
|
|
dict(type='TextLoggerHook')
|
|
|
|
])
|
|
# yapf:enable
|
|
dist_params = dict(backend='nccl')
|
|
log_level = 'INFO'
|
|
load_from = None
|
|
resume_from = None
|
|
workflow = [('train', 1)]
|