From 88460f54a2978bd6d5c54078224057cdfd53b511 Mon Sep 17 00:00:00 2001 From: Sai Krishna <160296180+pedadasaikrishna@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:54:43 +0530 Subject: [PATCH] in cnn_cifar10_dataset.ipynb there are 10000 test images but you written 1000 images --- .../cnn_cifar10_dataset.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16_cnn_cifar10_small_image_classification/cnn_cifar10_dataset.ipynb b/16_cnn_cifar10_small_image_classification/cnn_cifar10_dataset.ipynb index 1345bb2..4c82559 100644 --- a/16_cnn_cifar10_small_image_classification/cnn_cifar10_dataset.ipynb +++ b/16_cnn_cifar10_small_image_classification/cnn_cifar10_dataset.ipynb @@ -85,7 +85,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Here we see there are 50000 training images and 1000 test images" + "Here we see there are 50000 training images and 10000 test images" ] }, {