Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyuntc committed Sep 5, 2018
1 parent 65da806 commit 0ea7069
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ def train(**kwargs):
trainer.faster_rcnn.scale_lr(opt.lr_decay)
lr_ = lr_ * opt.lr_decay

trainer.vis.plot('test_map', eval_result['map'])
log_info = 'lr:{}, map:{},loss:{}'.format(str(lr_),
str(eval_result['map']),
str(trainer.get_meter_data()))
trainer.vis.log(log_info)
if epoch == 13:
break

Expand Down

0 comments on commit 0ea7069

Please sign in to comment.