Skip to content

Commit

Permalink
Fixed the issue where type and by_epoch in loop_cfg exist simult… (op…
Browse files Browse the repository at this point in the history
  • Loading branch information
LRJKD authored and yumion committed Jan 31, 2024
1 parent 0d99bc3 commit b9dca9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/solo/solo_r50_fpn_3x_coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# training schedule for 3x
max_epochs = 36
train_cfg = dict(by_epoch=True, max_epochs=max_epochs)
train_cfg = dict(max_epochs=max_epochs)

# learning rate
param_scheduler = [
Expand Down

0 comments on commit b9dca9e

Please sign in to comment.