We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4461953 commit 8485461Copy full SHA for 8485461
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