rajatsen91 / deepglo

This repository contains code for the paper: https://arxiv.org/abs/1905.03806. It also contains scripts to reproduce the results in the paper.
Other
167 stars 47 forks source link

[question] please tell me how to generate electricity.npy #1

Closed saeeeeru closed 4 years ago

saeeeeru commented 4 years ago

Thanks for releasing your source code.

I have a question about how to generate dataset. When we download electricity dataset from link in your paper, there is txt file(LD2011_2014.txt) with data every 15 minutes from 2011-01-01 to 2015-01-01.

So, I wonder how to convert this .txt file to .npy in your google drive. Please tell me how to generate electricity.npy.

Best Regards.

rajatsen91 commented 4 years ago

There is a functionality in the released code to directly download the .npy files for all datasets used in the paper. After you have cloned the repo:

The datasets can be downloaded by the following commands (from inside the repo):

cd datasets

bash download-data.sh

This will download the files into repo/datasets/.