We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e63ee7 + 8485461 commit 52d1bc3Copy full SHA for 52d1bc3
ch02_basics/moving_avg.py
@@ -26,4 +26,4 @@
26
print(raw_data[i], curr_avg)
27
writer.add_summary(summary_str, i)
28
29
-
+writer.close()
0 commit comments