This repository implements the proposed models in the paper https://arxiv.org/abs/1905.03806. It also contains scripts to reproduce the results of the model DeepGLO reported in the paper.
All the input arguments are commented in the source files and usage instructions can be found in the scripts /run_scripts/run_<dataset>.py
.
The datasets can be downloaded by the following commands:
cd datasets
bash download-data.sh
python run_scripts/run_<dataset>.py --normalize True
python run_scripts/run_<dataset>.py --normalize False
Here, dataset can be replaced by the corresponding dataset. For instance for the electricity
dataset, the command can be:
python run_scripts/run_electricity.py --normalize False
This repository follows the BSD license.