microsoft / SeqSNN

MIT License
40 stars 5 forks source link

No such file or directory: 'data/LSTNet_ts/electricity/electricity.txt' #15

Open wangzhengy opened 5 days ago

wangzhengy commented 5 days ago

When I run the following command:

python -m SeqSNN.entry.tsforecast exp/forecast/tcn/spiketcn2d_electricity.yml

I encounter the following error:

No such file or directory: 'data/LSTNet_ts/electricity/electricity.txt'

Problem Analysis

It seems that the spiketcn2d model requires data located in the data/LSTNet_ts directory, which appears to be processed in a specific way. However:

  1. The directory structure described in the README.md does not mention data/LSTNet_ts.
  2. I couldn't find any relevant code or instructions in the source repository that explain how to generate or prepare the data under data/LSTNet_ts.
  3. The data folder in the repository contains raw data such as electricity/electricity.txt, but there are no details on how to process it into the required format for data/LSTNet_ts.
Lvchangze commented 5 days ago

Sorry for that. You can directly delete the "LSTNet_ts". Modify your yaml as: data: file: data/electricity/electricity.txt