The Wayback Machine - https://web.archive.org/web/20220521065544/https://github.com/topics/2019
Here are
481 public repositories
matching this topic...
The collection of ALL relevant materials about CS224N-Stanford/Winter 2019 course. THANKS TO THE PROFESSOR AND TAs! 斯坦福大学CS224N 【2019】课程的【所有】相关的资料。感谢Chris Manning教授和Abigail See,感谢所有助教!
[CVPR19] FSA-Net: Learning Fine-Grained Structure Aggregation for Head Pose Estimation from a Single Image
Updated
Feb 11, 2022
Python
list the paper for recently anchor free detector
An actual, updated, surviv.io cheat. Works great and we reply fast.
Updated
May 11, 2022
Shell
A December of Algorithms is a small collection of algorithms to implement this December. Finish it all to get a certificate. 🎄
Updated
Jan 16, 2020
JavaScript
LinkedIn video learning video downloader July 2019
Updated
Dec 24, 2020
Python
Tester for the libft project of 42 school
National Novel Generation Month, 2019 edition.
Tester for the get_next_line project of 42 school
MFA for ADFS 2022/2019/2016/2012r2
Solutions to problems of Code Jam 2021 and earlier
Updated
Mar 28, 2021
Java
WWDC.srt is a powerful app for downloading subtitles in (srt) format or data links ( video links , pdf links , sample code links ) for each WWDC session video since 2013 .
Updated
Apr 14, 2022
HTML
Machine learning to better predict and understand drought. Moving github.com/ml-clim
Updated
May 18, 2022
Jupyter Notebook
Tester for the ft_printf project of 42 school
Tinder API 2019 - Python bindings
Updated
Sep 11, 2020
Python
Ubuntu Kernel for MacBook Pro (incl. T2 patches) - All packages will be publish to the custom repo
Updated
Feb 17, 2022
Shell
Updated
May 16, 2022
Shell
🖥️ ⚡ 🖥️ A Realtime Database-as-a-Service with REST-style resource location and Time Traveling Feature support. Spawnfest 2019 project winner 🏆
Updated
Mar 31, 2021
Elixir
Machine learning to predict floods
Updated
Oct 1, 2020
Jupyter Notebook
An interactive data visualization of the result of Indonesia's recent election built using D3.js and KawalPemilu API
Updated
May 25, 2019
JavaScript
AUSG의 2019년도 상반기 핸즈온 자료입니다.
Updated
Apr 18, 2020
JavaScript
Solution to CS231n Assignments 2019
Updated
Apr 6, 2022
Jupyter Notebook
Updated
Apr 6, 2022
Jupyter Notebook
CISSP Study Materials PDF and Web Copy for 2021
Updated
Apr 11, 2021
HTML
Ubuntu/Debian Kernel for T2 Macs.
Updated
May 21, 2022
Shell
An analysis of GitHub 2019, for study purpose
Updated
Jan 13, 2020
TSQL
A multiplayer survival game developed during Global Game Jam 2019.
Updated
Jan 29, 2019
JavaScript
Improve this page
Add a description, image, and links to the
2019
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
2019
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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