Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
random-forests committed Feb 3, 2019
1 parent e89a959 commit 1aae909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/2.1-hello-sequential.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"cell_type": "markdown",
"source": [
"# MNIST: Sequential edition\n"
"# Hello World: Sequential edition\n"
]
},
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -173,7 +173,7 @@
"plt.ylabel('Loss')\n",
"plt.legend()"
],
"execution_count": 5,
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
Expand Down

0 comments on commit 1aae909

Please sign in to comment.