Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #340 from yuyu2172/faster-rcnn-invoke-before-training
Browse files Browse the repository at this point in the history
Stop using invoke_before_training option in Faster R-CNN example
  • Loading branch information
Hakuyume authored Jul 14, 2017
2 parents 6120f36 + 8441aea commit 277d899
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/faster_rcnn/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ def main():
test_iter, model.faster_rcnn, use_07_metric=True,
label_names=voc_detection_label_names),
trigger=ManualScheduleTrigger(
[args.step_size, args.iteration], 'iteration'),
invoke_before_training=False)
[args.step_size, args.iteration], 'iteration'))

trainer.extend(extensions.dump_graph('main/loss'))

Expand Down

0 comments on commit 277d899

Please sign in to comment.