Skip to content

gmcmacran/translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo Overview

This repo follows builds two tensorflow models that translate English to Spanish.

Models:

  • A bidirectional GRU model
  • Transformer

Performance Tricks:

  • Using the GPU to fit model.
  • Using multiple CPU threads to tokenize.
  • Using TF dataset to load flat file batch by batch.
  • Prefetching flat file.
  • Mixed precision.
  • Distributed model training if there are multiple GPUs available.

About

English to Spanish with tensorflow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages