Update README

This commit is contained in:
Shangtong Zhang
2018-01-01 22:49:19 -07:00
parent b85ec446aa
commit 8224a41ba9
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ class Logger(object):
def histo_summary(self, tag, values, step):
if self.skip:
return
self.writer.add_histogram(tag, values, step)
self.writer.add_histogram(tag, values, step, bins=1000)