Skip to content

Commit

Permalink
Fixed the issue where type and by_epoch in loop_cfg exist simult… (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
LRJKD authored Oct 26, 2023
1 parent 0eb502f commit ee6d03d
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 ee6d03d

Please sign in to comment.