sequence-to-sequence
Here are 246 public repositories matching this topic...
-
Updated
May 4, 2020 - Python
-
Updated
Jun 3, 2020 - Python
-
Updated
Jun 11, 2020 - Python
-
Updated
Apr 20, 2020 - Python
-
Updated
Nov 13, 2019 - Python
-
Updated
May 26, 2020 - Python
Based on this line of code:
https://github.com/ufal/neuralmonkey/blob/master/neuralmonkey/decoders/output_projection.py#L125
Current implementation isn't flexible enough; if we train a "submodel" (e.g. decoder without attention - not containing any ctx_tensors) we cannot use the trained variables to initialize model with attention defined because the size of the dense layer matrix input become
https://github.com/JayParks/tf-seq2seq/blob/master/seq2seq_model.py#L368
It gives that the dimension 0 of inputs and attention do not match (as we are tile_batching it to batch_size * beam_width). Didn't you get any error while running with beam_search?
-
Updated
Jun 1, 2020 - Python
-
Updated
Oct 16, 2019
-
Updated
Oct 31, 2017 - Python
-
Updated
Apr 11, 2020 - Python
-
Updated
Jun 20, 2018 - Jupyter Notebook
-
Updated
May 16, 2018 - Jupyter Notebook
-
Updated
Apr 21, 2020 - Jupyter Notebook
-
Updated
Jun 11, 2020 - Python
-
Updated
Jul 11, 2018 - Lua
-
Updated
Jun 11, 2020 - Python
-
Updated
Mar 30, 2020 - Jupyter Notebook
-
Updated
Jan 26, 2018 - Python
-
Updated
Apr 19, 2019 - Python
-
Updated
Oct 12, 2019 - Python
-
Updated
Apr 1, 2020 - Python
-
Updated
Apr 10, 2017 - Jupyter Notebook
-
Updated
May 7, 2020 - Python
-
Updated
Apr 10, 2017 - Python
-
Updated
Jan 1, 2018 - Python
-
Updated
Jun 8, 2020 - C#
-
Updated
Aug 31, 2017 - Python
Improve this page
Add a description, image, and links to the sequence-to-sequence topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sequence-to-sequence topic, visit your repo's landing page and select "manage topics."
I add a function(according the code in the tutorial4) to calculate the bleu score, but i get the vey low score(0.09), could you tell me why?
This is code to calculate bleu: