-
I try to run test.py/seq2seq with teacher forcing on tensorflow backend:
```
if __name__ == '__main__':
x = np.random.random((samples, input_length, input_dim))
y = np.random.random((sam…
-
andy1028@andy1028-Envy:/media/andy1028/data1t/os_prj/github/debug_seq2seq$ python bin/train.py
INFO:gensim.utils:Pattern library is not installed, lemmatization won't be available.
INFO:summa.prepro…
-
When i run python -m unittest seq2seq.test.pipeline_test, i get the follow errors:
======================================================================
ERROR: seq2seq (unittest.loader._FailedTest)…
-
This is my first time to use seq2seq,and this problem confused me about one week.
tensorflow 1.8
python 2.7
I don't know how to solve this problem.
----------------------------------------…
-
TensorFlow 1.3 appears to have moved the seq2seq module you are using to: tf.contrib.legacy_seq2seq. Then they have new ones with completely different arguments. With TensorFlow 1.3 you still have the…
-
.
Instructions for updating:
Use tf.cast instead.
Traceback (most recent call last):
File "webserver.py", line 149, in
model=model, input_pipeline=input_pipeline_infer, batch_size=batch_si…
-
envy@ub1404:~/os_pri/github/tf_seq2seq_chatbot$ python train.py
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcublas.so locally
I tensorflow/stream_executor/dso_l…
-
I'm following the tutorial (https://google.github.io/seq2seq/nmt/), but can't run the code.
Actually, I'm not understanding the code explained in the tutorial. Do I have to type all those arguments…
KyonP updated
6 years ago
-
Not sure whats going on, but when I try the setup I get an error
```
ImportError: Failed to import test module: seq2seq
Traceback (most recent call last):
File "C:\Users\charl\AppData\Local\Prog…
-
Hi all,
while training the model I was getting the following error. I have followed previous blogs but I couldn't solve the issue. I could see my vocabulary is in ASCII format. I am not sure why I am…