From 7028443c8881047d97cc63fe0f77a072d1290ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Faz=C4=B1l=20Alt=C4=B1nel?= Date: Wed, 10 Oct 2018 20:16:21 +0900 Subject: [PATCH] Update cinic10.py --- cinic10.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinic10.py b/cinic10.py index 00535e5..7a5a8b7 100644 --- a/cinic10.py +++ b/cinic10.py @@ -9,7 +9,7 @@ import tarfile def loadData(pathToDatasetFolder, oneHot=False): """ - pathToDatasetFolder: Parent folder of CINIC-10 dataset folder of CINIC-10.tar.gz file + pathToDatasetFolder: Parent folder of CINIC-10 dataset folder or CINIC-10.tar.gz file oneHot: Label encoding (one hot encoding or not) Return: Train, validation and test sets and label numpy arrays