mmdetection3d icon indicating copy to clipboard operation
mmdetection3d copied to clipboard

AssertionError: StepLrUpdaterHook: "warmup_iters" must be a positive integer

Open tuan97anton opened this issue 2 years ago • 1 comments

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

tuan97anton avatar Jul 22 '22 14:07 tuan97anton

This is not a typical format for mmdet3d config. Do you add new configs by yourself? Please show your config and provide more information.

Tai-Wang avatar Aug 03 '22 06:08 Tai-Wang