CINIC-10 Tensorflow Loader
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fazıl Altınel f931eba091
Update README.md
6 years ago
LICENSE Initial commit 6 years ago
README.md Update README.md 6 years ago
cinic10.py Update cinic10.py 6 years ago
residual_network_cinic10.py Update residual_network_cinic10.py 6 years ago

README.md

CINIC-10-TFLoader

This repository contains a data loader of "CINIC-10" dataset for TensorFlow. A training case using TFLearn is given in residual_network_cinic10.py.

CINIC-10 data can be loaded with the line below:

XTrain, YTrain, XVal, YVal, XTest, YTest = cinic10.loadData("/path/to/dataset/folder", oneHot=True)

loadData() method returns 6 numpy arrays: Training set images, training set labels, validation set images, validation set labels, testing set images, testing set labels, respectively.

This script also downloads and extracts dataset files if dataset is not in the specified folder.

You can check residual_network_cinic10.py file for an example.

License

The source code is licensed under MIT License.