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
842 stars 165 forks source link

Regular PE #29

Closed mahdiabdollahpour closed 3 years ago

mahdiabdollahpour commented 3 years ago

How different is regular_PE from the original one? is it explained anywhere in Docs or paper?

maxjcohen commented 3 years ago

Hi, I've answered that in #30 , I'll try and update the README later this week.