This project looks to investigate the performance of various Image-To-Image Generative Adversarial Networks across a set number of datasets on a set number of metrics. This project is currently ongoing and this README will be updated to reflect progress on this project.
- Install Conda
- Clone this repository and recursively add all submodules
- Create the conda environment
- Start Jupyter Lab and Open analyze.ipynb
git --recurse-submodules clone git@github.com:sagars729/GAN.git
cd GAN
conda env create -f gan_env.yaml
conda activate gan
jupyter lab