seq2seq.pytorch
seq2seq framework
Provides tools and frameworks for training sequence-to-sequence models using PyTorch
Sequence-to-Sequence learning using PyTorch
523 stars
23 watching
79 forks
Language: Python
last commit: about 5 years ago deep-learningneural-machine-translationseq2seq
Related projects:
Repository | Description | Stars |
---|---|---|
ibm/pytorch-seq2seq | A PyTorch-based framework for building and training sequence-to-sequence models | 1,499 |
maximumentropy/seq2seq-pytorch | An implementation of Sequence to Sequence models in PyTorch with various attention mechanisms and extensions for machine translation tasks. | 736 |
alex-berard/seq2seq | An attention-based sequence-to-sequence learning framework | 389 |
elbayadm/attn2d | A PyTorch implementation of 2D convolutional neural networks for sequence-to-sequence prediction in machine translation | 502 |
outcastofmusic/quick-nlp | A Python NLP library for training and running sequence-to-sequence models similar to the fast.ai library. | 283 |
erotemic/netharn | A PyTorch framework for managing and automating deep learning training loops with features like hyperparameter tracking and single-file deployments. | 39 |
pasqal-io/pyqtorch | A PyTorch-based simulator for quantum machine learning | 45 |
kazuto1011/pspnet-pytorch | Re-implementation of a deep learning model for semantic segmentation using PyTorch. | 52 |
locuslab/e2e-model-learning | Develops an approach to learning probabilistic models in stochastic optimization problems | 201 |
zijundeng/pytorch-semantic-segmentation | Provides PyTorch implementations of various models and pipelines for semantic segmentation in deep learning. | 1,726 |
jacobgil/pytorch-pruning | This project provides a PyTorch implementation of pruning techniques to reduce the computational resources required for neural network inference. | 875 |
eladhoffer/convnet.pytorch | A PyTorch implementation of various deep convolutional networks for efficient training and evaluation on diverse datasets. | 347 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
dmmiller612/sparktorch | A PyTorch implementation on Apache Spark for distributed deep learning model training and inference. | 339 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |