Skip to content
Snippets Groups Projects
Commit 3ae0d3c9 authored by Audard Lucile's avatar Audard Lucile
Browse files

Update read_cifar.py

parent a60e1f05
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def split_dataset(data, labels, split):
if __name__ == "__main__":
data, labels = read_cifar("./data/cifar-10-python.tar/cifar-10-batches-py~/cifar-10-batches-py")
data, labels = read_cifar("./data/cifar-10-batches-py")
print(data)
print(labels)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment