Skip to content

Commit

Permalink
Removing some pools and dilating following convolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
escuccim committed Jul 10, 2018
1 parent 36385ce commit c77dbb8
Show file tree
Hide file tree
Showing 3 changed files with 1,264 additions and 36 deletions.
80 changes: 46 additions & 34 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions candidate_3.6.2.05.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,9 +923,9 @@


tf.summary.scalar('recall_1', recall, collections=["summaries"])
tf.summary.scalar('recall_per_image', image_recall, collections=["summaries"])
tf.summary.scalar('recall_per_image', image_recall, collections=["foobar"])
tf.summary.scalar('precision_1', precision, collections=["summaries"])
tf.summary.scalar('precision_per_image', image_precision, collections=["summaries"])
tf.summary.scalar('precision_per_image', image_precision, collections=["foobar"])
tf.summary.scalar('f1_score', f1_score, collections=["summaries"])

# Create summary hooks
Expand Down
Loading

0 comments on commit c77dbb8

Please sign in to comment.