Unverified Commit fbe06895 authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

remove trailing ","

parent 05f230d1
...@@ -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": []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment