diff --git a/ep7.ipynb b/ep7.ipynb index a54bc04..d695850 100644 --- a/ep7.ipynb +++ b/ep7.ipynb @@ -97,6 +97,7 @@ " img = test_data[i]\n", " plt.title('Example %d. Label: %d' % (i, test_labels[i]))\n", " plt.imshow(img.reshape((28,28)), cmap=plt.cm.gray_r) " + " plt.show() " ] }, {