-
I am seeing a problem somewhat similar to [https://github.com/google/seq2seq/issues/170](#170) but slightly different. In my case:
* Was able to train a character-level NMT model without problem. B…
-
File "......./attention-OCR-master/src/model/seq2seq.py", line 75, in
linear = rnn_cell._linear # pylint: disable=protected-access
-
Hi, I want to froze the model to conduct unittest. When I run the command
"g2p-seq2seq --model_dir model_folder_bre --freeze"
There exisits the bug:
AssertionError: transformer/parallel_0_5/transf…
-
**Is your feature request related to a problem? Please describe.**
It is not clear if the current method used for language translation is the best approach.
**Obs.:** Is there have any document or…
-
在tensorflow_practice/nlp/chat_bot_seq2seq_attention/predict.py 文件中,
from data_helpers import loadDataset, getBatches, sentence2enco
请问data_helpers这个文件在哪里,没有找到。恳请回复,万分感谢。
-
What if I'd like to use `attention_decoder` instead of `rnn_decoder`?
I wonder how to modify `outputs, last_state = seq2seq.rnn_decoder(inputs, self.initial_state, cell, loop_function=loop if infer…
-
https://leeee.top/2020/CS224n-15/
这节课又是Abigail See小姐姐来讲的,赞。主要讲了Natural Language Generation (NLG)的现在整体情况,decoding,tasks,evaluation,以及其他的研究进展。也就是CS224n-8 机器翻译,seq2seq,Attention的续集。
-
File "aster/demo.py", line 92, in
tf.app.run()
File "/root/Envs/py-tensorflow-cpu/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))…
-
## Description
Have you considered simplifying the BERT model code? I think the BERT model code is too complicated now.
Now the BERT main model code uses `attention_cell.py`, `seq2seq_encoder_decode…
-
Traceback (most recent call last):
File "headline.py", line 255, in
tf.app.run()
File "/home/lyy/anaconda3/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run
…