From 0c096b6eca757ffa0c6289727d07abdf083f57dd Mon Sep 17 00:00:00 2001 From: Aya SAIDI <aya.saidi@auditeur.ec-lyon.fr> Date: Sat, 29 Oct 2022 20:26:45 +0100 Subject: [PATCH] Update read_cifar.py --- read_cifar.py | 1 - 1 file changed, 1 deletion(-) diff --git a/read_cifar.py b/read_cifar.py index 362ba3d..7b24a90 100644 --- a/read_cifar.py +++ b/read_cifar.py @@ -3,7 +3,6 @@ import numpy as np from six.moves import cPickle as pickle import os import platform -from sklearn.utils import shuffle #Defining the classes contained in the CIFAR-10 dataset classes = ('plane', 'car', 'bird', 'cat', 'deer', 'dog', 'frog', 'horse', 'ship', 'truck') -- GitLab