How to set the M of HNSW in python sdk ? #3937
Unanswered
shiwanghua
asked this question in
Q&A
Replies: 2 comments
|
refer to Line 59 in af70c5b I set M by this way: Is it right? |
0 replies
|
Based on the code provided, I see that you specific M to 16 in the first line and then was to change it to 32. Can you please help me understand why you don't just set it to 32 from the start? Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/facebookresearch/faiss/blob/af70c5bcce07eb419a7e6d33830f78b1e8413465/tests/test_graph_based.py
https://github.com/facebookresearch/faiss/blob/af70c5bcce07eb419a7e6d33830f78b1e8413465/tests/test_index.py
All reactions