Skip to content
Snippets Groups Projects
Commit 0c096b6e authored by Saidi Aya's avatar Saidi Aya
Browse files

Update read_cifar.py

parent 6facefe5
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ import numpy as np ...@@ -3,7 +3,6 @@ import numpy as np
from six.moves import cPickle as pickle from six.moves import cPickle as pickle
import os import os
import platform import platform
from sklearn.utils import shuffle
#Defining the classes contained in the CIFAR-10 dataset #Defining the classes contained in the CIFAR-10 dataset
classes = ('plane', 'car', 'bird', 'cat', classes = ('plane', 'car', 'bird', 'cat',
'deer', 'dog', 'frog', 'horse', 'ship', 'truck') 'deer', 'dog', 'frog', 'horse', 'ship', 'truck')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment