[Fix] Fix CI after merging support auto scale lr and support custom runner (#280)

This commit is contained in:
jbwang1997 2022-06-07 16:03:51 +08:00 committed by GitHub
parent 8f3fcee301
commit bd3c53b385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,8 @@ class CustomRunner(Runner):
train_cfg=None,
val_cfg=None,
test_cfg=None,
optimizer=None,
auto_scale_lr_cfg=None,
optim_wrapper=None,
param_scheduler=None,
val_evaluator=None,
test_evaluator=None,