From f931eba0912281b4d23035105fb96a517c2bc7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Faz=C4=B1l=20Alt=C4=B1nel?= Date: Wed, 10 Oct 2018 20:27:22 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59c0821..e942a52 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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 respectively: Training set images, training set labels, validation set images, validation set labels, testing set images, testing set labels. +`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.