Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 438 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 438 Bytes

CycleGAN

Simplified and documented implementation of CycleGAN in PyTorch. The datasets used can be found here. A dataset must first be downloaded before running main.py. Additionally, the img_dir string in main.py must be modified accordingly. Full implementation details can be found in report.pdf.