diff --git a/README.md b/README.md index 956819f..52a3dc3 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) ``` -This code 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 respectively: Training set images, training set labels, validation set images, validation set labels, testing set images, testing set labels. You can check `residual_network_cinic10.py` file for an example.