debug_seq2seq icon indicating copy to clipboard operation
debug_seq2seq copied to clipboard

[unmaintained] Make seq2seq for keras work

Results 21 debug_seq2seq issues
Sort by recently updated
recently updated
newest added

when I try to run train.py, the error occurs: ljy@ubuntu:~/debug_seq2seq$ python bin/train.py Traceback (most recent call last): File "bin/train.py", line 9, in from lib.w2v_model import w2v File "/home/ljy/debug_seq2seq/lib/w2v_model/w2v.py", line 4,...

I was trying to run this code on Python 2.7, Ubuntu 16.04. But it looks like i'm having some import error. This is my error's log: "Traceback (most recent call...

> G:\Anaconda2\lib\site-packages\gensim\utils.py:840: UserWarning: detected Windows; aliasing chunkize to chunkize_serial > warnings.warn("detected Windows; aliasing chunkize to chunkize_serial") > G:\Anaconda2\lib\site-packages\gensim\utils.py:1015: UserWarning: Pattern library is not installed, lemmatization won't be available. > warnings.warn("Pattern...

I am very happy to find this repository that shows how to train a seq2seq model. But this repository maybe a little old, many of its dependency packages should be...

Hello, I am getting this error when trying to run the example: ModuleNotFoundError: No module named 'utils.utils'

hi there I am trying to start learning this code, however after i download and install everything I try to run your example code but I am getting this error,...

I am getting the error Could not install packages due to an EnvironmentError: [Errno 21] Is a directory: '/home/ram/.local/lib/python3.7/site-packages/pip-19.0.1.dist-info/METADATA'

When I train SimpleSeq2Seq I get the error : optional_input_placeholder = _to_list(_OptionalInputPlaceHolder().inbound_nodes[0].output_tensors)[0] AttributeError: '_OptionalInputPlaceHolder' object has no attribute 'inbound_nodes' from recurrentshop . I am using Python 2.7.13 Thanks Natan Katz

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.preprocessing.cleaner:'pattern' package not found; tag filters are not available for English Using TensorFlow backend. I tensorflow/stream_executor/dso_loader.cc:108] successfully opened...

When I'm running your code with `python bin\train.py` machine restarts. After debugging I found out that it occurs in the SimpleSeq2Seq model creation. Machine config: - Windows 10 x64 -...