Skip to content

Commit d64ad0d

Browse files
author
Morvan Zhou
committed
update
1 parent c59d60e commit d64ad0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tutorial-contents/502_batch_normalization.py

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def add_layer(self, x, out_size, ac=None):
8282
# plot layer input distribution
8383
f, axs = plt.subplots(4, N_HIDDEN+1, figsize=(10, 5))
8484
plt.ion() # something about plotting
85-
plt.show()
8685

8786
def plot_histogram(l_in, l_in_bn, pre_ac, pre_ac_bn):
8887
for i, (ax_pa, ax_pa_bn, ax, ax_bn) in enumerate(zip(axs[0, :], axs[1, :], axs[2, :], axs[3, :])):

0 commit comments

Comments
 (0)