mmdetection3d
mmdetection3d copied to clipboard
AssertionError: StepLrUpdaterHook: "warmup_iters" must be a positive integer
My config :
log_config:
interval: 50
hooks:
-
type: TextLoggerHook
-
type: TensorboardLoggerHook
lr_config:
policy : step
warmup : linear
step : [50]
I get error :
AssertionError: StepLrUpdaterHook: "warmup_iters" must be a positive integer
Who can help me fixbug? Thank you
This is not a typical format for mmdet3d config. Do you add new configs by yourself? Please show your config and provide more information.