Creating a GAN that enables reduced storage costs of time series datasets
How to configure this repo:
- clone the repository
- install miniconda - https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html
- run
conda env create -f environment.yml
- run
conda activate carbon-gan
- run
conda install -c conda-forge tensorboard
to install tensorboard
How to run tests: python -m pytest tests/