Commit b73af7d2 authored by Billy Lamberta's avatar Billy Lamberta
Browse files

Remove unneeded plot show

parent 6b4bce47
...@@ -698,9 +698,7 @@ ...@@ -698,9 +698,7 @@
"\n", "\n",
"axes[1].set_ylabel(\"Accuracy\", fontsize=14)\n", "axes[1].set_ylabel(\"Accuracy\", fontsize=14)\n",
"axes[1].set_xlabel(\"Epoch\", fontsize=14)\n", "axes[1].set_xlabel(\"Epoch\", fontsize=14)\n",
"axes[1].plot(train_accuracy_results)\n", "axes[1].plot(train_accuracy_results);"
"\n",
"plt.show()"
], ],
"execution_count": 0, "execution_count": 0,
"outputs": [] "outputs": []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment