Generative Adversarial Network to create synthetic time series. This repo refers to a a Medium Article that you should read if you intend to use my code.
- Clone this repo:
git clone https://github.com/mirkosavasta/GANetano.git
cd GANetano
- Install the dependencies
conda env create -f ganetano_env_reqs.yml
- Train model on sines:
python3 train.py -ln tensorboard_log_name -ds sines
- Train model on arma:
python3 train.py -ln tensorboard_log_name -ds arma