Skip to content

Commit 629c0f2

Browse files
authored
Update classification.ipynb
added missing "plt.show()" statement.
1 parent 1019954 commit 629c0f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/en/tutorials/keras/classification.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,7 @@
886886
"source": [
887887
"plot_value_array(1, predictions_single[0], test_labels)\n",
888888
"_ = plt.xticks(range(10), class_names, rotation=45)"
889+
"plt.show()"
889890
]
890891
},
891892
{

0 commit comments

Comments
 (0)