Skip to content

Commit

Permalink
Fix one of the CO-DETR config files (#11325)
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-mujagic committed Jan 3, 2024
1 parent 46b10b1 commit aeb4647
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

model = dict(backbone=dict(drop_path_rate=0.5))

param_scheduler = [dict(milestones=[30])]
param_scheduler = [dict(type='MultiStepLR', milestones=[30])]

train_cfg = dict(max_epochs=36)

0 comments on commit aeb4647

Please sign in to comment.