bytenet

Machine translation model

A Pytorch implementation of a neural network model for machine translation

Pytorch implementation of bytenet from "Neural Machine Translation in Linear Time" paper

GitHub

47 stars
3 watching
4 forks
Language: Python
last commit: almost 7 years ago

Related projects:

Repository Description Stars
kefirski/pytorch_tdnn An implementation of Time Delayed Neural Networks using PyTorch 81
kefirski/pytorch_highway An implementation of a highway network architecture in PyTorch for neural networks 82
randl/shufflenetv2-pytorch An implementation of a lightweight convolutional neural network architecture for mobile devices 191
zsef123/efficientnets-pytorch A PyTorch implementation of EfficientNet for computer vision tasks 309
chenxi116/pnasnet.pytorch PyTorch implementation of PNASNet-5 architecture 317
kazuto1011/pspnet-pytorch Re-implementation of a deep learning model for semantic segmentation using PyTorch. 52
bamos/densenet.pytorch An implementation of a deep neural network architecture in PyTorch 832
szagoruyko/binary-wide-resnet An implementation of a 1-bit weight neural network architecture using PyTorch 124
kimhc6028/relational-networks A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks 812
l0sg/relational-rnn-pytorch An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling 244
gmalivenko/pytorch2keras Converts PyTorch models to Keras models 857
rdspring1/pytorch_gbw_lm Trains a large-scale PyTorch language model on the 1-Billion Word dataset 123
lextal/pspnet-pytorch A PyTorch implementation of a segmentation network architecture 585
4uiiurz1/pytorch-res2net Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. 112
gsp-27/pytorch_squeezenet A PyTorch implementation of the Squeezenet model with pre-trained weights on CIFAR 10 data for deep learning tasks. 91