Files
DCN_custom_op/segmentation/configs/_base_/default_runtime.py
Yuwen Xiong 7d59305b5f birth
2024-01-16 00:22:22 +08:00

15 lines
321 B
Python

# 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