cfiken / universal_transformer

Unofficial implementation of Universal Transformer by TensorFlow Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universal Transformer

This is unofficial implementation of Universal Transformer arXiv:1807.03819 by TensorFlow Eager Execution and Keras API. The official implementation is available in tensor2tensor.

TODO

  • beam search
  • switch UT and Adaptive UT by config
  • example notebook
  • example notebook for algorithmic task

License

Apache License 2.0

About

Unofficial implementation of Universal Transformer by TensorFlow Keras


Languages

Language:Jupyter Notebook 56.1%Language:Python 43.9%