From 1aae909ba6b9d1d423a58ec12e8598b022fb3e10 Mon Sep 17 00:00:00 2001 From: Josh Gordon Date: Sun, 3 Feb 2019 18:52:52 -0500 Subject: [PATCH] clean up --- examples/2.1-hello-sequential.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/2.1-hello-sequential.ipynb b/examples/2.1-hello-sequential.ipynb index 4b85b8e..f9f87e3 100644 --- a/examples/2.1-hello-sequential.ipynb +++ b/examples/2.1-hello-sequential.ipynb @@ -22,7 +22,7 @@ }, "cell_type": "markdown", "source": [ - "# MNIST: Sequential edition\n" + "# Hello World: Sequential edition\n" ] }, { @@ -105,7 +105,7 @@ "source": [ "history = model.fit(x_train, y_train, validation_data=(x_test, y_test), epochs=5)" ], - "execution_count": 4, + "execution_count": 0, "outputs": [ { "output_type": "stream", @@ -173,7 +173,7 @@ "plt.ylabel('Loss')\n", "plt.legend()" ], - "execution_count": 5, + "execution_count": 0, "outputs": [ { "output_type": "execute_result",