salesforce / pytorch-qrnn
PyTorch implementation of the Quasi-Recurrent Neural Network - up to 16 times faster than NVIDIA's cuDNN LSTM
☆1,261Updated 3 years ago
Alternatives and similar repositories for pytorch-qrnn:
Users that are interested in pytorch-qrnn are comparing it to the libraries listed below
- Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)☆2,100Updated 3 years ago
- LSTM and QRNN Language Model Toolkit for PyTorch☆1,970Updated 3 years ago
- Sequence to Sequence Models with PyTorch☆738Updated 3 years ago
- Sequence-to-Sequence learning using PyTorch☆522Updated 5 years ago
- Sequence-to-sequence model with LSTM encoder/decoders and attention☆1,273Updated 4 years ago
- Pervasive Attention: 2D Convolutional Networks for Sequence-to-Sequence Prediction☆502Updated 3 years ago
- Recurrent Highway Networks - Implementations for Tensorflow, Torch7, Theano and Brainstorm☆404Updated 5 years ago
- Write PyTorch code at the level of individual examples, then run it efficiently on minibatches.☆484Updated 3 years ago
- Tensorflow implementation for DilatedRNN☆349Updated 7 years ago
- An open source framework for seq2seq models in PyTorch.☆1,507Updated 2 years ago
- Implements an efficient softmax approximation as described in the paper "Efficient softmax approximation for GPUs" (http://arxiv.org/abs/…☆394Updated 6 years ago
- ☆394Updated 6 years ago
- LSTM language model with CNN over characters☆828Updated 8 years ago
- Various tutorials given for welcoming new students at MILA.☆985Updated 6 years ago
- [ICLR'19] Trellis Networks for Sequence Modeling☆472Updated 5 years ago
- TensorFlow implementation of Independently Recurrent Neural Networks