Skip to content

Commit

Permalink
Verdict: change doesn't work for us. Also delayed the 1e-4 lr decay.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolya committed Mar 19, 2019
1 parent 2b6a59c commit 6cdf562
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions data/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1616,14 +1616,8 @@ def print(self):
'max_size': 550,
'mask_proto_net': [(256, 3, {'padding': 1})] * 3 + [(None, -2, {}), (256, 3, {'padding': 1})] + [(32, 1, {})],
'use_semantic_segmentation_loss': True,

'use_change_matching': True,
'masks_to_train': 500,

'positive_iou_threshold': -0.7,
'negative_iou_threshold': -0.7,

'lr_steps': (280000, 500000, 600000, 700000, 750000),
'lr_steps': (280000, 600000, 700000, 750000),
'max_iter': 800000,
})

Expand Down

0 comments on commit 6cdf562

Please sign in to comment.