From 2f5d44eff604b27768d664b03ce645b9257d72d5 Mon Sep 17 00:00:00 2001 From: Anand-Velpuri <129038384+Anand-Velpuri@users.noreply.github.com> Date: Sat, 4 Oct 2025 12:31:43 +0530 Subject: [PATCH] Critical Bug in Function --- 04_pytorch_custom_datasets.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/04_pytorch_custom_datasets.ipynb b/04_pytorch_custom_datasets.ipynb index 99f00d04..51b5c1d2 100644 --- a/04_pytorch_custom_datasets.ipynb +++ b/04_pytorch_custom_datasets.ipynb @@ -1544,7 +1544,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -1586,7 +1586,7 @@ " title = f\"class: {classes[targ_label]}\"\n", " if display_shape:\n", " title = title + f\"\\nshape: {targ_image_adjust.shape}\"\n", - " plt.title(title)" + " plt.title(title)" ] }, {