Unverified Commit a141d020 authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Merge pull request #4784 from rrrutledge/patch-1

Loss -> Accuracy
parents 65580169 3aa19ac8
...@@ -787,7 +787,7 @@ ...@@ -787,7 +787,7 @@
"plt.plot(epochs, val_acc, 'b', label='Validation acc')\n", "plt.plot(epochs, val_acc, 'b', label='Validation acc')\n",
"plt.title('Training and validation accuracy')\n", "plt.title('Training and validation accuracy')\n",
"plt.xlabel('Epochs')\n", "plt.xlabel('Epochs')\n",
"plt.ylabel('Loss')\n", "plt.ylabel('Accuracy')\n",
"plt.legend()\n", "plt.legend()\n",
"\n", "\n",
"plt.show()" "plt.show()"
......
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