Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I added an arg so that you can specify the number of segments the index vectors will be quantized to #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JamesDeAntonis
Copy link

The paper discusses using a vector dimension of 24, which is not divisible by 16 which is hard-coded as the value of m, the number of segments the vector is divided into. Since I want to experiment with this dimension size, I have no choice but to surgically change the code so that I can use a value that is indeed divisible by 24. To add this flexibility, I added optional handling for providing the value for m.

@okhat
Copy link
Collaborator

okhat commented Jul 19, 2021

Thanks James! Is there a typo in dest='n' in the parsing file?

@JamesDeAntonis
Copy link
Author

whoops, sorry about that. just changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants