-
Updated
Nov 14, 2019
2019
Here are 417 public repositories matching this topic...
-
Updated
Oct 29, 2020 - Python
-
Updated
Aug 7, 2020
-
Updated
Jan 16, 2020 - JavaScript
-
Updated
Jul 11, 2020 - HTML
-
Updated
Nov 14, 2020 - Jupyter Notebook
-
Updated
Oct 3, 2020 - Python
-
Updated
May 25, 2019 - JavaScript
-
Updated
Sep 4, 2020 - Elixir
-
Updated
Aug 31, 2020 - Shell
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Mar 31, 2020 - Jupyter Notebook
-
Updated
Sep 25, 2020 - Dart
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
Nov 4, 2019 - Jupyter Notebook
-
Updated
Dec 6, 2019 - HTML
Improve this page
Add a description, image, and links to the 2019 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 2019 topic, visit your repo's landing page and select "manage topics."
Nice work!
The version of implementation can reach 22+ BLUE score. However, my implementation have only 0.16+ BLUE score on test dataset. Comparing with your work, I found changing the concatenation
torch.cat((Y_t, o_pre), dim=1)totorch.cat((o_pre, Y_t), dim=1)can only reach 0.16+ BLUE score.B.W.T. chaging the concatenating order between
dec_hiddenanda_tinstepfunction also