CycleGAN Dependencies installation conda create --name <your_desired_env_name> python=3.8 conda activate <your_desired_env_name> pip install -r requirements.txt Code Licencing Took some code from https://github.com/eriklindernoren/PyTorch-GAN