Skip to content

Commit 420bb90

Browse files
authored
Remove period in logger.py reference
The period was breaking the URL link.
1 parent 0d1f56d commit 420bb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/04-utils/tensorboard/logger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code referenced from https://gist.github.com/gyglim/1f8dfb1b5c82627ae3efcfbbadb9f514.
1+
# Code referenced from https://gist.github.com/gyglim/1f8dfb1b5c82627ae3efcfbbadb9f514
22
import tensorflow as tf
33
import numpy as np
44
import scipy.misc
@@ -68,4 +68,4 @@ def histo_summary(self, tag, values, step, bins=1000):
6868
# Create and write Summary
6969
summary = tf.Summary(value=[tf.Summary.Value(tag=tag, histo=hist)])
7070
self.writer.add_summary(summary, step)
71-
self.writer.flush()
71+
self.writer.flush()

0 commit comments

Comments
 (0)