[f1e01c]: / configs / _base_ / default_runtime.py

Download this file

15 lines (14 with data), 321 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# yapf:disable
log_config = dict(
interval=50,
hooks=[
dict(type='TextLoggerHook', by_epoch=False),
# dict(type='TensorboardLoggerHook')
])
# yapf:enable
dist_params = dict(backend='nccl')
log_level = 'INFO'
load_from = None
resume_from = None
workflow = [('train', 1)]
cudnn_benchmark = True