seq2seq
seq2seq copied to clipboard
A general-purpose encoder-decoder framework for Tensorflow
Got this error. ====================================================================== ERROR: seq2seq (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: seq2seq Traceback (most recent call last): File "C:\Users\jtobo\AppData\Local\Programs\Python\Python39\lib\unittest\loader.py", line 154, in loadTestsFromName module = __import__(module_name) File...
`seq2seq/test/pipeline_test.py:25: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses` `import imp` `Traceback (most recent call last):` `File "seq2seq/test/pipeline_test.py", line 35, in...
====================================================================== ERROR: test_train_infer (seq2seq.test.pipeline_test.PipelineTest) Tests training and inference scripts. ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Users\xxxxx\NLP\seq2seqten\seq2seq\seq2seq\test\pipeline_test.py", line 76, in test_train_infer _clear_flags() File "C:\Users\xxxxxx\NLP\seq2seqten\seq2seq\seq2seq\test\pipeline_test.py", line 44, in _clear_flags tf.app.flags.FLAGS =...

I would like to know I can I serve this model with tensorflow and predict for a single sentence input ?
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\Programs\Python\Python37\lib\unittest\loader.py",...
my seq2seq model working fine for training but not able to evaluate the model,why it is happening. when it starts evaluating it looks like - INFO:tensorflow:Starting evaluation at 2018-06-22-08:44:07 INFO:tensorflow:Unable...
``` WARNING: Logging before flag parsing goes to stderr. W0729 11:47:31.899429 139645444425536 deprecation_wrapper.py:119] From /home/gus/seq2seq/seq2seq/training/hooks.py:44: The name tf.tr ain.SessionRunHook is deprecated. Please use tf.estimator.SessionRunHook instead. W0729 11:47:31.899979 139645444425536 deprecation_wrapper.py:119] From...
ValueError: num_units is not a valid argument for BasicLSTMCell class. Available arguments are: set([])