CrowdLayer icon indicating copy to clipboard operation
CrowdLayer copied to clipboard

Pre-processing of the dogs-vs-cats dataset

Open shung-ich opened this issue 3 years ago • 1 comments
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

shung-ich avatar Dec 01 '21 09:12 shung-ich

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.

Screenshot 2019-04-15 at 09 09 29

fmpr avatar Dec 06 '21 18:12 fmpr