You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't normally install Faiss environment because of certain force majeure, so I wonder how using Faiss-gpu or Pyflann will influence the actual training speed of the SAM model.
Let's say for example, in the copy task, how are the actual epoch times when using these two methods? Can you give me a rough reference?
The text was updated successfully, but these errors were encountered:
zoharli
changed the title
Question about the running speed of Pyflann and Faiss for sam model
Question about the running speed of Pyflann and Faiss for the SAM model
Feb 24, 2019
Oh it was significant enough that I had to literally shove FAISS in this project.
I mean the first version I had implemented was using flann, but FAISS was just way faster. In fact I ended up keeping flann just in case (as some kind of a fallback).
I can't normally install Faiss environment because of certain force majeure, so I wonder how using Faiss-gpu or Pyflann will influence the actual training speed of the SAM model.
Let's say for example, in the copy task, how are the actual epoch times when using these two methods? Can you give me a rough reference?
The text was updated successfully, but these errors were encountered: