Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 250 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 250 Bytes

English to French seq2seq translator

This is an example encoder/decoder architecture for training a Tensorflow model to translate from English to French. Embedding weights are shared via TF variable scope reuse.