Skip to content

Commit

Permalink
Merge pull request #7 from vbvg2008/master
Browse files Browse the repository at this point in the history
removing trace in object detection
  • Loading branch information
TortoiseHam authored Jul 6, 2019
2 parents 4f1902f + f14bc6a commit 80a59a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions image_detection/retinanet_svhn.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,5 @@ def get_estimator():
estimator = Estimator(network= Network(),
pipeline=pipeline,
epochs= 15,
log_steps=20,
traces=[SaveBoundingImage()])
log_steps=20)
return estimator

0 comments on commit 80a59a2

Please sign in to comment.