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:
The directory structure described in the README.md does not mention data/LSTNet_ts.
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.
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.
When I run the following command:
I encounter the following error:
Problem Analysis
It seems that the
spiketcn2d
model requires data located in thedata/LSTNet_ts
directory, which appears to be processed in a specific way. However:README.md
does not mentiondata/LSTNet_ts
.data/LSTNet_ts
.data
folder in the repository contains raw data such aselectricity/electricity.txt
, but there are no details on how to process it into the required format fordata/LSTNet_ts
.