mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
[Fix] Fix CI after merging support auto scale lr and support custom runner (#280)
This commit is contained in:
parent
8f3fcee301
commit
bd3c53b385
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user