pytorch-metric-learning icon indicating copy to clipboard operation
pytorch-metric-learning copied to clipboard

should faiss be a requirement?

Open sammlapp opened this issue 1 year ago • 1 comments

If faiss package is not installed, AccuracyCalculator() initialization raises NameError: name 'faiss' is not defined

sammlapp avatar Nov 05 '24 17:11 sammlapp

I set it up this way because the official faiss package is only available on conda. But I think lots of people use the unofficial pip package, so maybe I'll add it to the dependencies.

KevinMusgrave avatar Nov 15 '24 02:11 KevinMusgrave