mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
[Feature] Add SynBuffersHook (#1184)
This commit is contained in:
parent
6f30020eec
commit
ec7415a382
@ -7,7 +7,7 @@ default_hooks = dict(
|
||||
param_scheduler=dict(type='ParamSchedulerHook'),
|
||||
checkpoint=dict(type='CheckpointHook', interval=1),
|
||||
sampler_seed=dict(type='DistSamplerSeedHook'),
|
||||
)
|
||||
sync_buffer=dict(type='SyncBuffersHook'))
|
||||
|
||||
env_cfg = dict(
|
||||
cudnn_benchmark=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user