diff --git a/tools/colab/fashion_mnist.ipynb b/tools/colab/fashion_mnist.ipynb index 3afb852d4..95b3ccb90 100644 --- a/tools/colab/fashion_mnist.ipynb +++ b/tools/colab/fashion_mnist.ipynb @@ -313,7 +313,8 @@ " axes[x, y].text(0.5, 0.5, label + '\\n%.3f' % confidence, fontsize=14)\n", "\n", " pyplot.gcf().set_size_inches(8, 8) \n", - " plot_predictions(np.squeeze(x_test[:16]), cpu_model.predict(x_test[:16]))" + "\n", + "plot_predictions(np.squeeze(x_test[:16]), cpu_model.predict(x_test[:16]))" ] }, {