gzerveas / mvts_transformer

Multivariate Time Series Transformer, public version
MIT License
718 stars 169 forks source link

Could you help me to set the configuration file? #57

Open Amfacter opened 9 months ago

Amfacter commented 9 months ago

After reading the excellent paper(A Transformer-Based Framework for Multi-variate Time Series representation learning),I'm interested in replicating the classification of HeartBeat(Dataset), especially to know the TS-Transformer backbone and codes. However, when I run the main.py, there is a error: Root directory './output', where the directory of the experiment will be created, must exist. comment: windows10, python3.8, installed the packages of requirements.txt Thank you very much for reading this issue in your busy time! It's very significant for my graduate career!

gzerveas commented 9 months ago

Hello, as the error massage says, you must first create a folder (e.g. "output") to set as "output_dir", which will be used by the program to create experiment subfolders.

Now, the fact that you are using Windows may bring issues, to be honest. The code (and possibly some packages it depends on) may not work directly with Windows. To begin with, I strongly suggest that you try to run this on Windows Subsystem for Linux, or native Linux / MacOS.

On Mon, Sep 18, 2023, 23:27 Amfacter @.***> wrote:

After reading the excellent paper(A Transformer-Based Framework for Multi-variate Time Series representation learning),I'm interested in replicating the classification of HeartBeat(Dataset), especially to know the TS-Transformer backbone and codes. However, when I run the main.py, there is a error: Root directory './output', where the directory of the experiment will be created, must exist. comment: windows10, python3.8, installed the packages of requirements.txt Thank you very much for reading this issue in your busy time! It's very significant for my graduate career!

— Reply to this email directly, view it on GitHub https://github.com/gzerveas/mvts_transformer/issues/57, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC47VUACGBUSTD5PMMU6DBLX3EGK3ANCNFSM6AAAAAA45UHQBY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Amfacter commented 9 months ago

thank you very much for your timely reply, then I will run it on Linux, maybe there are other problems, 到时候再consult you,thank you again sincerely