Sunday

Results 21 issues of Sunday

When I used yahoo pretrained model to fineture my data. Find a misconvergence result below: Model's parameters: {'batch_size': 128, 'num_epoches': 1, 'lr': 0.01, 'momentum': 0.9, 'word_hidden_size': 50, 'sent_hidden_size': 50, 'es_min_delta':...

In language_model.py codes, class NextSentencePrediction and class MaskedLanguageModel has different input x in their forward function, In class NextSentencePrediction the input use "x[: 0] in "return self.softmax(self.linear(x[:, 0]))" but in...

Fix the data/README.md line 19 to tensorflow1.10.1,So as not to mislead.

问下这里有做文本相似度方面的项目吗?

When I execute from summarizer import Summarizer, it' s too slow to download. I would like to ask if you could provide a url to download this part of content...

In models/blstm.py line4 from utils import tokenizer, load_embedding_matrix where is utils.py

老师您好,请问下您在2020年出的rasa聊天机器人的课程从哪里可以购买到,或者现在有rasa3的课程出了吗,我可以从哪里买到。我现在特别需要这门课程,感谢

Thanks for your contributions, which offers a lot for me in works.Did you use the LDA algorithm?

代码中没有发现主题检测这个模块,是不是还没上传?

您好,我在运行过程中发现缺少这三个文件,作者是不是忘记导出这些参数了?谢谢!