Qi Liu

Results 2 issues of Qi Liu

Hi. I get the following error when running doc2vec here is my code: ``` python from gensim.models.doc2vec import LabeledSentence, Doc2Vec class LabeledLineSentence(object): def __init__(self, filename): self.filename = filename def __iter__(self):...

bug
difficulty medium
impact LOW

Hi: Why you use SigmoidCrossEntropyLoss instead of using softmax loss and function here. It is not very intuitive to me. Thanks :)