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
At the moment, the image similarity uses a homegrown, not very great way to keep the nearest neighbour indexing manageable. (In Preproc/sim_preproc.py.)
This should be using annoy, just as I later did in Preproc/CapEmbed/embed_captions_local.ipynb.
This however would mean that this needs to be changed in all notebooks in sempix that make use of image similarities, which may be quite a few.
The text was updated successfully, but these errors were encountered:
At the moment, the image similarity uses a homegrown, not very great way to keep the nearest neighbour indexing manageable. (In
Preproc/sim_preproc.py
.)This should be using annoy, just as I later did in
Preproc/CapEmbed/embed_captions_local.ipynb
.This however would mean that this needs to be changed in all notebooks in
sempix
that make use of image similarities, which may be quite a few.The text was updated successfully, but these errors were encountered: