mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
10 lines
217 B
Python
10 lines
217 B
Python
default_scope = 'mmseg'
|
|
env_cfg = dict(
|
|
cudnn_benchmark=True,
|
|
mp_cfg=dict(mp_start_method='fork', opencv_num_threads=0),
|
|
dist_cfg=dict(backend='nccl'),
|
|
)
|
|
log_level = 'INFO'
|
|
load_from = None
|
|
resume = False
|