gzerveas / mvts_transformer

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

current issue on loading the dataset #60

Closed harrykwon0524 closed 7 months ago

harrykwon0524 commented 8 months ago

Hello, i am currently new to this code so I am trying to run the classification using the custom dataset of my own. Although I have the data file in the folder, the exception keeps saying there is no file existing. Can anyone see why this is such a case? I will upload the screenshots for better understanding. Any advice would be appreciated. Thank you

file_directory datasource_error
gzerveas commented 8 months ago

Hi,

Looks to me that the reason is that your specified directory is using a slash here: classification/ , while you are on Windows and paths should use backslashes \.

Having said that, the code has not been tested on Windows, so I am really not sure whether you will face more difficulties in the future. I recommend using Windows Subsystem for Linux, it's very easy to install and use.

harrykwon0524 commented 8 months ago

Hi thanks for the response. I found a linux based environment to run the program and installed the virtualenv and requirements. but i still keep getting error from tqdm, saying that there is no module. I used pip install tqdm and pip3 install tqdm. How can i solve this issue

gzerveas commented 8 months ago

Okay, I would say that this is not an issue with loading the dataset, or this repository, it is environment/Python debugging.

Can you show a screenshot or paste what kind of error you are getting? Also, can you simply start a python shell within your virtual environment and see whether you can import tqdm?

harrykwon0524 commented 8 months ago
33 2 스크린샷 2023-11-06 231322

this is currently the status