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
We want to use faiss to build an ivfpq index, the data size is about 200 million. When we train the index, we find that faiss needs to train the representative data once, which is a challenge for the memory and CPU of the machine, and the training time is also very long. Is there any way to batch the training/reduce the training time?
This discussion was converted from issue #3196 on July 01, 2024 00:08.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
hello.
We want to use faiss to build an ivfpq index, the data size is about 200 million. When we train the index, we find that faiss needs to train the representative data once, which is a challenge for the memory and CPU of the machine, and the training time is also very long. Is there any way to batch the training/reduce the training time?
Thank you.
Platform
Centos 7
Running on:
Interface:
Beta Was this translation helpful? Give feedback.
All reactions