I want to use this this project to test CIFAR10 dataset which includes 50k 32x32 image with 10 category. In my attempts, i always get out of memory exceptions. I saw that sift function produces vectors 128 size. Do you have any recommendation for me to handle that memory exception.
Thank you
Hi again,
I want to use this this project to test CIFAR10 dataset which includes 50k 32x32 image with 10 category. In my attempts, i always get out of memory exceptions. I saw that sift function produces vectors 128 size. Do you have any recommendation for me to handle that memory exception. Thank you