-
maybe this question is already answered.....How long is average training time? should i interrupt the training?, its now training since 6 days and on iter 4374600......thanks
update:
training da…
-
Hello,
I'm trying to run the chatbot, but I'm receiving many errors that I'd appreciate if you could help me solve. The last error that has appeared is one in the middle of the section "Loading par…
-
hello,
i want to create a AI-chatbot using the tensorflow seq2seq model. So, when i try to train the model there are two issues that i want to ask about:
1- why i'm getting this WARNING
`WARN…
-
I'm using pytorch-seq2seq for chatbot. I used two dataset [ubuntu](https://drive.google.com/file/d/0B_bZck-ksdkpVEtVc1R6Y01HMWM/view) and [twitter](https://github.com/suriyadeepan/practical_seq2seq/bl…
-
Hey I'm getting this error in Tensorflow 1.0 after modifying the code to get working
```
NotFoundError (see above for traceback): Tensor name "rnnlm/multi_rnn_cell/cell_0/gru_cell/candidate/biases" …
-
I am using ubuntu 16.04
version of tensorflow is 1.3.0
installed and validated using anaconda
While trying to create training and inference logits of input[32] of the following python notebook
htt…
-
This line doesn't work for me in basicmodel.py:
`from chatbot.tfcopy.seq2seq import embedding_attention_seq2seq`
I'm having `No module named 'chatbot'` with Python 3.5.2 Because basicmodel.py is a…
-
File "main_simple_seq2seq.py", line 18, in
from data.twitter import data
ImportError: No module named twitter
Did I miss some files?
Can you please help me?Many thanks^ o^
-
Creating model with configuration: ModelConfig(sequence_length=8, vocabulary_size=2048, hidden_size=256, weights_path='models/seq2seq_weights.h5')
Traceback (most recent call last):
File "src/mode…
-
flake8 testing of https://github.com/zsdonghao/seq2seq-chatbot on Python 2.7.13
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./tensorlayer/layers.py:597…