transformer_pytorch icon indicating copy to clipboard operation
transformer_pytorch copied to clipboard

Transformer(Attention Is All You Need) Implementation in Pytorch

transformer_pytorch

Transformer(Attention Is All You Need) Implementation in Pytorch.

A detailed implementation description is provided in the post below.

Blog Post


Install

bash prepare.sh

Run Train (Multi30k)

python3 main.py

Reference