Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 262 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 262 Bytes

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