PAVI startup optimization (#1679)

This commit is contained in:
Evelyn Wang 2022-06-21 11:07:08 +08:00 committed by GitHub
parent 36984d98ba
commit 5ecf45d86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ log_config = dict(
hooks=[
dict(type='TextLoggerHook', by_epoch=False),
# dict(type='TensorboardLoggerHook')
# dict(type='PaviLoggerHook') # for internal services
])
# yapf:enable
dist_params = dict(backend='nccl')