groceryheist
groceryheist
I also have memory leaks in the battery, spottily, and volume widgets.
I did manage but I don't remember how On Thu, Mar 2, 2023, 04:45 atanas ***@***.***> wrote: > @groceryheist , I am having the same > issues. Did you manage...
The details around this issue were lost in the transition to gensim 4.0, but the bug still exists in the `KeyedVectors.add_vectors` interface. Unless one calls `wv.fill_norms(force=True)` there is a possibility...
Here's a traceback: ``` File ";lib/python3.11/site-packages/gensim/models/keyedvectors.py";, line 888, in similar_by_key return self.most_similar(positive=[key], topn=topn, restrict_vocab=restrict_vocab) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ";lib/python3.11/site-packages/gensim/models/keyedvectors.py";, line 841, in most_similar mean = self.get_mean_vector(keys, weight, pre_normalize=True, post_normalize=True, ignore_missing=False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...
Thanks for the response! I am going to try using (1) but automating it by capturing and parsing stdout because it seems like option (2) doesn't do quantile dot plots....
That seems like a better solution, but I already have the hackier version of Option 1. Pasting below for others looking for a quick fix. ``` library(ggplot2) library(ggdist) x