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
3aa19ac8
Unverified
Commit
3aa19ac8
authored
Jul 16, 2018
by
rrrutledge
Committed by
GitHub
Jul 16, 2018
Browse files
Loss -> Accuracy
Bug in label discovered at OSCON.
parent
b07b494e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
samples/core/tutorials/keras/basic_text_classification.ipynb
samples/core/tutorials/keras/basic_text_classification.ipynb
+2
-2
No files found.
samples/core/tutorials/keras/basic_text_classification.ipynb
View file @
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()"
...
@@ -813,4 +813,4 @@
...
@@ -813,4 +813,4 @@
]
]
}
}
]
]
}
}
\ No newline at end of file
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