Skip to content

Load CIFAR-10 from user-specified directory (default /home/USER/data/cifar10 or Windows equivalent). Automatically download to that directory the CIFAR-10 tar file if not present.

Notifications You must be signed in to change notification settings

Qdata4Capstone/capstone20-cifar10_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR-10 Web

Load CIFAR-10 from user-specified directory (default /home/USER/data/cifar10 or Windows equivalent). Automatically download to that directory the CIFAR-10 tar file if not present.

Install

pip install cifar10_web

Usage

from cifar10_web import cifar10

train_images, train_labels, test_images, test_labels = cifar10(path=None)

About

Load CIFAR-10 from user-specified directory (default /home/USER/data/cifar10 or Windows equivalent). Automatically download to that directory the CIFAR-10 tar file if not present.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published