minor fix

pull/913/head
yingfhu 2022-07-14 19:21:34 +08:00 committed by mzr1996
parent ce81a07059
commit a667b488ae
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ optim_wrapper = dict(clip_grad=dict(max_norm=1.0))
# NOTE: `auto_scale_lr` is for automatically scaling LR,
# USER SHOULD NOT CHANGE ITS VALUES.
# base_batch_size = (64 GPUs) x (64 samples per GPU)
auto_scale_lr = dict(base_batch_size=256)
auto_scale_lr = dict(base_batch_size=4096)