Skip to content

Commit 7ed1099

Browse files
committed
helper code for plotting images with prediction vs. real label comparisons
1 parent 8e6da60 commit 7ed1099

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lab2/solutions/PT_Part1_MNIST_Solution.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@
926926
"plt.subplot(1,2,1)\n",
927927
"mdl.lab2.plot_image_prediction(image_index, predictions, test_labels, test_images)\n",
928928
"plt.subplot(1,2,2)\n",
929-
"mdl.lab2.plot_value_prediction(image_index, predictions, test_labels)\n",
929+
"mdl.lab2.plot_value_prediction(image_index, predictions, test_labels)\n",
930930
"comet_model_2.log_figure(figure=plt)"
931931
]
932932
},
@@ -959,7 +959,7 @@
959959
" plt.subplot(num_rows, 2*num_cols, 2*i+2)\n",
960960
" mdl.lab2.plot_value_prediction(i, predictions, test_labels)\n",
961961
"comet_model_2.log_figure(figure=plt)\n",
962-
"comet_model_2.end()\n"
962+
"comet_model_2.end()"
963963
]
964964
},
965965
{

0 commit comments

Comments
 (0)