-
File "train.py", line 30, in test:
NameError: name 'x_train' is not defined
-
I'm training the chat. More than 5 hours.
Making the test while training I have always:
```
Reading model parameters from working_dir/seq2seq.ckpt-12850
> hello
size _UNK _UNK
```
I'm doi…
-
~~~~bash
WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
.
2018-04-14 20:56:28,218 : INFO : loading Word2Vec object from model/word2vec_gensim
Traceback (m…
-
Chatbot 구현시 필요한 정보들에 관한 링크가 필요함.
1. Rule-based
2. Learning
3. etc..(TCP/IP)
-
I get the following error when i attempt to train the network. Any ideas? I'm pretty sure all the dependencies are properly installed since the setup bash script worked.
```
1482-sraval:tf_seq2seq_c…
-
File "main.py", line 40
args.reverse, args.filter, args.iteration, args.print, args.save, args.learning_rate, \
^
SyntaxError: invalid sy…
-
What version of tensorflow works for this project?
> dilip@dilip-ThinkPad:~/chatbot-rnn$ python chatbot.py
> Traceback (most recent call last):
> File "chatbot.py", line 14, in
> from mod…
-
I'm trying to get chatbot to run with ec2 instance( by g2.2xlarge) but get this error
Training loop started @ 2018-01-27 11:28:24
Traceback (most recent call last):
File "/home/ubuntu/anacond…
-
I started the running the algorithme 4 day ago , and it still till now. My Pc is 12G RAM and the CPU is i5
How many epoch takes to finish!?
![epoch 2](https://user-images.githubusercontent.com/1047…
-
Building Graph Traceback (most recent call last):
File "/home/kusuma/Pictures/seq2seq-master/03-Twitter-chatbot.py", line 32, in
num_layers=3
File "/home/kusuma/Pictures/seq2seq-master/se…