Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 327 Bytes

File metadata and controls

4 lines (3 loc) · 327 Bytes

C++ implementation of the Attention is All You Need paper. Imported weights from a trained model from PyTorch.

Methods to improve performance will be discussed in the near future, but currently my plans are to keep everything local to the CPU (hence why training will be handled by PyTorch which can easily utilize the GPU).