Unverified Commit 3aa19ac8 authored by rrrutledge's avatar rrrutledge Committed by GitHub
Browse files

Loss -> Accuracy

Bug in label discovered at OSCON.
parent b07b494e
...@@ -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()"
...@@ -813,4 +813,4 @@ ...@@ -813,4 +813,4 @@
] ]
} }
] ]
} }
\ No newline at end of file
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