CrowdLayer
CrowdLayer copied to clipboard
Pre-processing of the dogs-vs-cats dataset
trafficstars
I have downloaded the dogs-vs-cats dataset at the following URL. I was wondering if you could tell me what kind of pre-processing you used to create data_train.npy and data_test.npy for these data.
https://www.kaggle.com/c/dogs-vs-cats/data
Hi @shung-ich.
I used a data augmentation function from Keras to get the 10000 training instances. I attach a screenshot with the properties of the generator that I used.
