-
hello bro, i saw your question "why seq2seq chatbot give same answer" in stackoverflow
and i meet the same question as you , do you have solve it ,please give me some advice,thank you!
-
Hey,
i have written an neural chatbot with tensorflow. But my problem is, that TF only uses one GPU.
I am training on an NVIDIA DGX Station with 8x Tesla V100, so I want to use alle memory and cores…
Lxnus updated
5 years ago
-
I am not sure if I am the first who met the following error:
ValueError: Attempt to reuse RNNCell with a different variable scope than its first use. First use of cell was with scope 'rnn/multi_r…
-
Good morning everyone,
I created a seq2seq model with attention for a chatbot and need to deploy it to a production server using tensorflow serving. I followed the basic tutorials available and rea…
ghost updated
5 years ago
-
I am getting the following error while testing seq2seq rnn model for chatbot
`Key embedding_attention_seq2seq/embedding_attention_decoder/attention_decoder/Attention_0/bias not found in checkpoint
…
-
-
https://github.com/lc222/seq2seq_chatbot_new/blob/8d60e3ec8d122c843476464aeff4d0bf5d8adfd7/data_helpers.py#L52
-
First thank you for your implement of attention.
when I built a lstm seq2seq chatbot use your implement, I got an error in line
`attn_out, attn_states = attn_layer([encoder_out, decoder_lstm])`
wh…
-
[i] Выберите вариант работы бота:
1. train - обучение модели seq2seq
2. predict - работа с обученной моделью seq2seq
3. predict -ss - включено озвучивание ответов с помощью RHVoice
4. predict …
ghost updated
6 years ago
-
Hello.
I am currently training seq2seq model on Opensubtitle dataset.
Is there anyone provide advice improving training of seq2seq?
or
Is there anyone provide pretrained model as an example?
…