Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a141d02

Browse files
authored
Merge pull request tensorflow#4784 from rrrutledge/patch-1
Loss -> Accuracy
2 parents 6558016 + 3aa19ac commit a141d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/core/tutorials/keras/basic_text_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
"plt.plot(epochs, val_acc, 'b', label='Validation acc')\n",
788788
"plt.title('Training and validation accuracy')\n",
789789
"plt.xlabel('Epochs')\n",
790-
"plt.ylabel('Loss')\n",
790+
"plt.ylabel('Accuracy')\n",
791791
"plt.legend()\n",
792792
"\n",
793793
"plt.show()"

0 commit comments

Comments
 (0)