From 66bda2a48e5290a77e9072acdce8412e3c3295a5 Mon Sep 17 00:00:00 2001 From: Asterion98k <1051779804@qq.com> Date: Thu, 9 Jul 2020 14:44:33 +0800 Subject: [PATCH] false indentation fixed in the last cell of fashion_mnist.ipynb --- tools/colab/fashion_mnist.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/colab/fashion_mnist.ipynb b/tools/colab/fashion_mnist.ipynb index 3afb852d4..ff5d43f37 100644 --- a/tools/colab/fashion_mnist.ipynb +++ b/tools/colab/fashion_mnist.ipynb @@ -313,7 +313,7 @@ " 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]))" + "plot_predictions(np.squeeze(x_test[:16]), cpu_model.predict(x_test[:16]))" ] }, {