-
In my structure I use flask server, and using "from chatbot import chatbot" to include the chatbot
then I initial as below to perform predict
```
AkishinoProjectBot = chatbot.Chatbot()
A…
-
Here is the detial error message :
File "execute.py", line 218, in decode
enc_vocab, _ = data_utils.initialize_vocabulary(enc_vocab_path)
File "E:\tensorflow-seq2seq-chatbot-master\tens…
-
Hi all,
I am trying to understand the implementation of the anti-LM model, in particular the meaning of this line:
line 128: all_prob_t = model_step(dummy_encoder_inputs, cand['dec_inp'], dp…
-
hi Abraham! i ran your algorithm with some series subtitles (in italian), but the result is quite akward... surely due to the small dimension of my dataset (60k lines)... i was wondering, maybe i coul…
-
Hi Julian,
I am trying to run this example. However, when I try with this comand:
`python translate.py
`
I have this error:
```
File "translate.py", line 42, in
from tensorflow.mo…
-
Nowadays I was training the nmt as a chatbot, with more than 4 million query-answer pairs as training corpus. However, I found that answer generated by nmt often is just a duplicate from its query.
…
-
Anything i type return the answer `- [6.5] ` . It was trained only once (prepare_data.py and train.py), with a conversation of 1200 lines. I'm using python 3.7 and tensorflow 1.14.0 in a cpu.
…
-
I am trying to run the query `chat_web_best_weights_training.bat` and I am getting the displayed in the screenshot. I have tried all the possible solutions available regarding this but then also it is…
-
github不能follow group和topic。。很猥琐。只能自己收录咯。
## github topic
| 机器学习 | text | vision | speech | 工具 | 算法 数据结构 | 系统 | math |
|------------------------------------------------------------------------…
-
Hello, thanks for sharing this awesome project at first :)
I have fine-tuned the supNMT pre-trained model and save the checkpoint out there. Now I want to build a model out of MASS directory and impl…