Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
a141d020
Unverified
Commit
a141d020
authored
Jul 18, 2018
by
Mark Daoust
Committed by
GitHub
Jul 18, 2018
Browse files
Merge pull request #4784 from rrrutledge/patch-1
Loss -> Accuracy
parents
65580169
3aa19ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
samples/core/tutorials/keras/basic_text_classification.ipynb
samples/core/tutorials/keras/basic_text_classification.ipynb
+1
-1
No files found.
samples/core/tutorials/keras/basic_text_classification.ipynb
View file @
a141d020
...
@@ -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()"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment