You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

default_runtime.py 368 B

2 years ago
12345678910111213141516
  1. checkpoint_config = dict(interval=5)
  2. # yapf:disable
  3. log_config = dict(
  4. interval=50,
  5. hooks=[
  6. dict(type='TextLoggerHook'),
  7. # dict(type='TensorboardLoggerHook')
  8. ])
  9. # yapf:enable
  10. custom_hooks = [dict(type='NumClassCheckHook')]
  11. dist_params = dict(backend='nccl')
  12. log_level = 'INFO'
  13. load_from = None
  14. resume_from = None
  15. workflow = [('train', 1)]

No Description

Contributors (2)