maxjcohen / transformer

Implementation of Transformer model (originally from Attention is All You Need) applied to Time Series.
https://timeseriestransformer.readthedocs.io/en/latest/
GNU General Public License v3.0
854 stars 166 forks source link

Do you plan a tensorflow version? #9

Closed yunxileo closed 4 years ago

maxjcohen commented 4 years ago

Hi, not at the moment. There already are some good and detailed transformer implementation in tensorflow, such as this one. You can start from there, and add the modifications from this repo, as listed in the readme.