pytorch-tutorial icon indicating copy to clipboard operation
pytorch-tutorial copied to clipboard

Tutorials for the using of Transformer layer

Open zwx8981 opened this issue 5 years ago • 2 comments

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?

zwx8981 avatar Jun 18 '19 09:06 zwx8981

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. (http://nlp.seas.harvard.edu/2018/04/03/attention.html)

mdhasanai avatar Jul 19 '19 18:07 mdhasanai

Coming back to this! It would be cool to see transformers for video data and the categories suggested above... I could work on this if this hasn't been done. The links that have been shared were great for their time, but now there are Transformer-specific modules in Pytorch that would be good to demonstrate.

arushirai1 avatar Jan 23 '24 17:01 arushirai1