agombert

Results 14 comments of agombert

Same problem on local, even after updating with the patch mentioned above. Anyone got a solution?

Hi, I think it comes from `url.py`. Line 70 this change worked for me ```python - tweet_count = 100 + tweet_count = 100 if not config.Limit else config.Limit ```

from this [answer](https://stackoverflow.com/questions/57242208/how-to-resolve-the-error-module-umap-has-no-attribute-umap-i-tried-installi) ```bash pip uninstall umap pip install umap-learn ``` ```python import umap.umap_ as umap ```

Well, I think I may have a solution to save and reload the model. I think the problem comes from `numba List` that cannot be saved. If we take back...

thanks for the reply. I haven't got the time to do a PR, but I put it in my TODO, I hope to do so quick !

Hey Joe, great article! I have a silly question about this in the few-shot learning for the embedding approaches: > Take the top K most frequent words V in the...

👋 hey @mittagessen any idea 😃?

Hey @mittagessen any availabitility to check the problem ?