[Fix] change cudnn benchmark to false ()

pull/1635/head
liukuikun 2023-02-03 18:57:12 +08:00 committed by GitHub
parent edf085c010
commit c870046a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions
configs
textdet/_base_
textrecog/_base_
projects/ABCNet/config/_base_

View File

@ -1,6 +1,6 @@
default_scope = 'mmocr'
env_cfg = dict(
cudnn_benchmark=True,
cudnn_benchmark=False,
mp_cfg=dict(mp_start_method='fork', opencv_num_threads=0),
dist_cfg=dict(backend='nccl'),
)

View File

@ -1,6 +1,6 @@
default_scope = 'mmocr'
env_cfg = dict(
cudnn_benchmark=True,
cudnn_benchmark=False,
mp_cfg=dict(mp_start_method='fork', opencv_num_threads=0),
dist_cfg=dict(backend='nccl'),
)

View File

@ -1,6 +1,6 @@
default_scope = 'mmocr'
env_cfg = dict(
cudnn_benchmark=True,
cudnn_benchmark=False,
mp_cfg=dict(mp_start_method='fork', opencv_num_threads=0),
dist_cfg=dict(backend='nccl'),
)

View File

@ -1,6 +1,6 @@
default_scope = 'mmocr'
env_cfg = dict(
cudnn_benchmark=True,
cudnn_benchmark=False,
mp_cfg=dict(mp_start_method='fork', opencv_num_threads=0),
dist_cfg=dict(backend='nccl'),
)