Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTutorials for the using of Transformer layer #182
Comments
I found this great tutorial to learn about Transformers. Link: (http://jalammar.github.io/illustrated-transformer/) If you decided to implement in PyTorch than this link is going to help you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, is there any plan to provide a tutorial of showing an example of employing the Transformer as an alternative of RNN for seq2seq task such as machine translation?