You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
<#57>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC47VUACGBUSTD5PMMU6DBLX3EGK3ANCNFSM6AAAAAA45UHQBY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
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!
The text was updated successfully, but these errors were encountered: