Skip to content

Commit

Permalink
removing trace in object detection
Browse files Browse the repository at this point in the history
  • Loading branch information
vbvg2008 committed Jul 6, 2019
1 parent dfeeb55 commit f14bc6a
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 f14bc6a

Please sign in to comment.