pskrunner14 / translator

PyTorch implementation of Machine Translation using Autoencoder with Attention
MIT License
9 stars 3 forks source link

Word embeddings #3

Open pskrunner14 opened 5 years ago

pskrunner14 commented 5 years ago

There is no support for GloVe word embeddings or fastText word vectors

pskrunner14 commented 5 years ago

Test with GloVe embeddings by initializing the embedding layer weights by pre-trained GloVe vectors.