JulesBelveze / time-series-autoencoder

PyTorch Dual-Attention LSTM-Autoencoder For Multivariate Time Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG

qq583 opened this issue · comments

commented

ValueError: Index Date_Time invalid

Hey @qq583 can you please provide more information on how to reproduce that bug?

commented

When I run run_forecasting.py , it prompt:

Traceback (most recent call last):
  File "D:/untitled2/forecasting/run_forecasting.py", line 54, in <module>
    df = pd.read_csv("data/AirQualityUCI.csv", index_col=config["index_col"])”,and “ValueError: Index Date_Time invalid”

please tell me how to solve this problem. thank you !!!!

@qq583 if I go to the root folder and run:

python3 -m examples.forecasting.run_forecasting --do-train=True

Can you try to do that?

commented

sorry i can‘t . The trouble is "df = pd.read_csv("data/AirQualityUCI.csv", index_col=config["index_col"])" .
and "ValueError: Index Date_Time invalid"

Have you downloaded the dataset?

commented

Yes,but i don't know the title of the data. my data title is "

<style> </style>
Date Time CO(GT) PT08.S1(CO) NMHC(GT) C6H6(GT) PT08.S2(NMHC) NOx(GT) PT08.S3(NOx) NO2(GT) PT08.S4(NO2) PT08.S5(O3) T RH AH

",is it true?

@qq583
My bad the .csv wasn't the right one. Try again with the data from here

commented

sorry , i can't download this data,could you put this data into this package ?
Thank you very much!!!!!!

There's a download zip button on the top right.

commented

Thank you , my bro!!!