JulesBelveze / time-series-autoencoder

PyTorch Dual-Attention LSTM-Autoencoder For Multivariate Time Series
Apache License 2.0
614 stars 63 forks source link

BUG #15

Closed qq583 closed 3 years ago

qq583 commented 3 years ago

ValueError: Index Date_Time invalid

JulesBelveze commented 3 years ago

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

qq583 commented 3 years ago

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 !!!!

JulesBelveze commented 3 years ago

@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?

qq583 commented 3 years ago

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"

JulesBelveze commented 3 years ago

Have you downloaded the dataset?

qq583 commented 3 years ago

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

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?

JulesBelveze commented 3 years ago

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

qq583 commented 3 years ago

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

JulesBelveze commented 3 years ago

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

qq583 commented 3 years ago

Thank you , my bro!!!