This repository includes tutorial and implementation of sequence-to-sequence(seq2seq) models using MindSpore 2.0.0.
List of models:
- (undone) Sequence to Sequence Learning with Neural Networks
- (undone) Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation
- (DONE) Neural Machine Translation by Jointly Learning to Align and Translate
- (undone) Packed Padded Sequences, Masking, Inference and BLEU
- (undone) Convolutional Sequence to Sequence Learning
- (DOING...)Attention is All You Need