Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.04 KB

Fourier-flows

Code for Generative Time-series Modeling with Fourier Flows.

Installation

  • Install with pip:
    pip install -r requirements.txt
  • Install with conda:
    conda env create --file environment.yml

For requirements for the GPU-compatible installation, see comments in environment.yml.

Data

The public datasets used in the paper are available at:

Experiments

Citing

Please cite:

@inproceedings{alaa2020generative,
  title={Generative Time-series Modeling with Fourier Flows},
  author={Alaa, Ahmed and Chan, Alex James and van der Schaar, Mihaela},
  booktitle={International Conference on Learning Representations},
  year={2021}
}