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

Can this be setup as a PyPI module? #32

Closed shamoons closed 3 years ago

shamoons commented 3 years ago

I'd love to be able to pip install it

shamoons commented 3 years ago

I was able to install from github directly, if anyone is interested.

maxjcohen commented 3 years ago

Simply install this module as pip install git+https://github.com/maxjcohen/transformer