Skip to content

Commit

Permalink
Fix conflict bug in train_cfg (#10030)
Browse files Browse the repository at this point in the history
  • Loading branch information
yechenzhi authored Mar 28, 2023
1 parent 22eaded commit 05f4235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/solov2/solov2_r50_fpn_ms-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 05f4235

Please sign in to comment.