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

Feature Request: Option to update individual embeddings #58

Closed
Santosh-Gupta opened this issue Jul 27, 2019 · 1 comment
Closed

Feature Request: Option to update individual embeddings #58

Santosh-Gupta opened this issue Jul 27, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@Santosh-Gupta
Copy link

Santosh-Gupta commented Jul 27, 2019

As mentioned in this thread #32

The ability to quickly and easily update individual vectors in a Magnitude object can make this library a powerful tool for sparse training of embeddings. This can be implemented very easily in Pytorch, and fairly straight forward in Keras.

@AjayP13 AjayP13 self-assigned this Oct 22, 2019
@AjayP13 AjayP13 added enhancement New feature or request wontfix This will not be worked on labels Oct 22, 2019
@AjayP13
Copy link
Contributor

AjayP13 commented Oct 22, 2019

We cannot do this unfortunately due to the other features of the package, namely the most_similar spatial index created by Annoy. That index would have to be updated as well, which is not easy to do, so this is out-of-scope for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants