Skip to content
Snippets Groups Projects
Unverified Commit bd3c53b3 authored by jbwang1997's avatar jbwang1997 Committed by GitHub
Browse files

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

parent 8f3fcee3
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,8 @@ class CustomRunner(Runner): ...@@ -227,7 +227,8 @@ class CustomRunner(Runner):
train_cfg=None, train_cfg=None,
val_cfg=None, val_cfg=None,
test_cfg=None, test_cfg=None,
optimizer=None, auto_scale_lr_cfg=None,
optim_wrapper=None,
param_scheduler=None, param_scheduler=None,
val_evaluator=None, val_evaluator=None,
test_evaluator=None, test_evaluator=None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment