From f2e69736adb5d29539d20a90ad5e04f576040991 Mon Sep 17 00:00:00 2001 From: oscarchaufour <101994223+oscarchaufour@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:34:16 +0100 Subject: [PATCH] Update read_cifar.py --- read_cifar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read_cifar.py b/read_cifar.py index 92d0e79..b856ea4 100644 --- a/read_cifar.py +++ b/read_cifar.py @@ -39,7 +39,7 @@ def read_cifar (batch_dir) : data = np.concatenate(data_batches, axis=0) labels = np.concatenate(label_batches, axis=0) - + return data, labels # def read_cifar(directory_path): -- GitLab