pytorch-transformer
There are 2 repositories under pytorch-transformer topic.
gordicaleksa/pytorch-original-transformer
My implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing otherwise seemingly hard concepts. Currently included IWSLT pretrained models.
finallyupper/pytorch-transformer
Implementation of Transformer:"Attention Is All You Need" in Pytorch