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

Skip to content

Commit 3aa19ac

Browse files
authored
Loss -> Accuracy
Bug in label discovered at OSCON.
1 parent b07b494 commit 3aa19ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/core/tutorials/keras/basic_text_classification.ipynb

Lines changed: 2 additions & 2 deletions
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()"
@@ -813,4 +813,4 @@
813813
]
814814
}
815815
]
816-
}
816+
}

0 commit comments

Comments
 (0)