I have got a set of 10k images and extract their features using the inception v3 model with tensorflow.
I use spatial.distance.cdist() from scipy to perform the knn, and i am wondering if faiss can be integrated or even replaced with my current approach.
Regards