Hafiz Uddin

Results 11 comments of Hafiz Uddin

The problem can be reproduced for the [Word2Vec](https://radimrehurek.com/gensim/models/word2vec.html#gensim.models.word2vec.Word2Vec) model if your whole training corpus contains **only a single token** (no matter how many times this token occurs). Even if the...

@gojomo I just tried it on latest `gensim==4.1.2`. And yes, it **only** happens when you set `hs = 1` and there is only one token in the entire corpus. I...

Hi @polm any update? Facing the same issue. Any specified `spacy` and / or `gevent` version to work with? [Update 1] I have fixed this issue by installing the lowest...

Hi I also faced this issue, did you find any solutions?

@Theelx `Fasttext` is basically a `pybind` package. Its back-end is written in `C++` and than using `pybind` a set of `python API` s are provided. Is it the root cause?

I am facing a similar issue: https://stackoverflow.com/q/69320194/6907424. I ran it locally. I have mentioned the packages installed on my machine.

@ageron I have printed the types of the respective variables and all of them are ``. Another observation is when the `CPU` version of `Tensorflow` is used (in my local...

@wolfgarbe I mistakenly posted this issue here. Actually this issue was found in one of the `Python` implementations of this package. I re-posted the issue there later. Here is the...

Could you manage to generate the full response?

> Setting --max_tokens, or -M, from the command line should be the correct way to solve this issue since it looks like the original just needed more tokens. Is that...