We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59d60e commit d64ad0dCopy full SHA for d64ad0d
tutorial-contents/502_batch_normalization.py
@@ -82,7 +82,6 @@ def add_layer(self, x, out_size, ac=None):
82
# plot layer input distribution
83
f, axs = plt.subplots(4, N_HIDDEN+1, figsize=(10, 5))
84
plt.ion() # something about plotting
85
-plt.show()
86
87
def plot_histogram(l_in, l_in_bn, pre_ac, pre_ac_bn):
88
for i, (ax_pa, ax_pa_bn, ax, ax_bn) in enumerate(zip(axs[0, :], axs[1, :], axs[2, :], axs[3, :])):
0 commit comments