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
fbe06895
Unverified
Commit
fbe06895
authored
Aug 16, 2018
by
Mark Daoust
Committed by
GitHub
Aug 16, 2018
Browse files
remove trailing ","
parent
05f230d1
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_classification.ipynb
samples/core/tutorials/keras/basic_classification.ipynb
+1
-1
No files found.
samples/core/tutorials/keras/basic_classification.ipynb
View file @
fbe06895
...
@@ -968,7 +968,7 @@
...
@@ -968,7 +968,7 @@
" plt.subplot(num_rows, 2*num_cols, 2*i+1)\n",
" plt.subplot(num_rows, 2*num_cols, 2*i+1)\n",
" plot_image(predictions[i], test_labels[i], test_images[i])\n",
" plot_image(predictions[i], test_labels[i], test_images[i])\n",
" plt.subplot(num_rows, 2*num_cols, 2*i+2)\n",
" plt.subplot(num_rows, 2*num_cols, 2*i+2)\n",
" plot_value_array(predictions[i], test_labels[i])\n"
,
" plot_value_array(predictions[i], test_labels[i])\n"
],
],
"execution_count": 0,
"execution_count": 0,
"outputs": []
"outputs": []
...
...
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