jadore801120 / attention-is-all-you-need-pytorchLinks
A PyTorch implementation of the Transformer model in "Attention is All You Need".
☆9,368Updated last year
Alternatives and similar repositories for attention-is-all-you-need-pytorch
Users that are interested in attention-is-all-you-need-pytorch are comparing it to the libraries listed below
Sorting:
- Google AI 2018 BERT pytorch implementation☆6,447Updated last year
- An annotated implementation of the Transformer paper.☆6,514Updated last year
- A TensorFlow Implementation of the Transformer: Attention Is All You Need☆4,399Updated 2 years ago
- Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.☆16,466Updated 2 years ago
- Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.☆5,615Updated last year
- Transformer: PyTorch Implementation of "Attention Is All You Need"☆4,038Updated 2 months ago
- ☆3,669Updated 2 years ago
- A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch☆8,795Updated last week
- ☆11,758Updated 6 months ago
- Transformer seq2seq model, program that can build a language translator from parallel corpus☆1,406Updated 2 years ago
- tensorboard for pytorch (and chainer, mxnet, numpy, ...)☆7,965Updated last week
- A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.☆23,371Updated last week
- PyTorch implementation of MoCo: https://arxiv.org/abs/1911.05722☆5,055Updated 2 months ago
- Open Source Neural Machine Translation and (Large) Language Models in PyTorch☆6,936Updated 6 months ago
- Reading list for research topics in multimodal machine learning☆6,602Updated last year
- A Pytorch Implementation of "Attention is All You Need" and "Weighted Transformer Network for Machine Translation"☆561Updated 4 years ago
- Models, data loaders and abstractions for language processing, powered by PyTorch☆3,559Updated this week
- Transformer implementation in PyTorch.☆491Updated 6 years ago
- Graph Convolutional Networks in PyTorch☆5,348Updated 4 years ago
- Model summary in PyTorch similar to `model.summary()` in Keras☆4,055Updated last year
- PyTorch tutorials.☆8,774Updated this week
- Sequence modeling benchmarks and temporal convolutional networks☆4,370Updated 3 years ago
- Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Py…☆23,918Updated 3 weeks ago
- End-to-End Object Detection with Transformers☆14,670Updated last year
- Build your neural network easy and fast, 莫烦Python中文教学☆8,350Updated 2 years ago
- An open source framework for seq2seq models in PyTorch.