damitkwr / ESRNN-GPU

PyTorch GPU implementation of the ES-RNN model for time series forecasting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is info.csv in es-rnn(main.py)?

donovanfan opened this issue · comments

Hi,
I am trying to use the code, but I encounter several issues. One is that,
"train_path = '../data/Train/%s-train.csv' % (config['variable'])
test_path = '../data/Test/%s-test.csv' % (config['variable'])"
in main.py cause some problems. If I understand the code correctly, it changes the path to "../data/Train/Daily-train.csv", which is a CSV file that does not exist. The other issue is that I do not really understand what kind of information info.csv should contain. Would you please help me deal with these problems?
Thanks

commented

These are the paths for the M4 dataset. You can get the dataset at this url