-
Updated
Nov 14, 2019
2019
Here are 411 public repositories matching this topic...
-
Updated
Apr 28, 2020 - Python
-
Updated
Nov 20, 2019
-
Updated
Jan 16, 2020 - JavaScript
大家的GitHub年度代码报告
-
Updated
Oct 30, 2019 - HTML
-
We see you plan to document functions using sphinx, it would be good to have some basic doc files already
-
Notebooks are barely commented, could you please expand on the reasons behind the different steps? Ideally, each notebook should be self explanatory (like a stand-alone tutorial).
-
Updated
May 25, 2019 - JavaScript
-
Updated
Apr 30, 2020 - Elixir
-
Updated
Sep 1, 2019 - Python
-
Updated
Mar 31, 2020 - Jupyter Notebook
Great job on the project!
@seblehner Please reach out and we can help you put together a Binder link so you can share the notebooks with others. (Even without data, it would be useful.)
cc/ @cvitolo
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
Jun 1, 2020 - Shell
-
Updated
Nov 4, 2019 - Jupyter Notebook
-
Updated
Dec 6, 2019 - HTML
-
Updated
Oct 31, 2019 - Jupyter Notebook
-
Updated
May 14, 2019
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