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

cannot import name 'Transformer' from 'tst' #63

Open KRDecadeZero opened 8 months ago

KRDecadeZero commented 8 months ago

Hi I installed all the packages in requirements.txt and I got this error when I tried to import Transformer from tst. May I ask if I'm missing any steps?

maxjcohen commented 8 months ago

Hi, I don't have enough information to help you. What are the precise steps you took, the precise import command that failed, are you using a virtual environment, which Python version, how did you install the requirements ?