mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
PAVI startup optimization (#1679)
This commit is contained in:
parent
36984d98ba
commit
5ecf45d86c
@ -4,6 +4,7 @@ log_config = dict(
|
|||||||
hooks=[
|
hooks=[
|
||||||
dict(type='TextLoggerHook', by_epoch=False),
|
dict(type='TextLoggerHook', by_epoch=False),
|
||||||
# dict(type='TensorboardLoggerHook')
|
# dict(type='TensorboardLoggerHook')
|
||||||
|
# dict(type='PaviLoggerHook') # for internal services
|
||||||
])
|
])
|
||||||
# yapf:enable
|
# yapf:enable
|
||||||
dist_params = dict(backend='nccl')
|
dist_params = dict(backend='nccl')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user