Home

Awesome

CycleGAN Implementation Using Pytorch

Open In Colab

Implementation of https://arxiv.org/abs/1703.10593

This youtube video from "Two minutes paper" provides a good summary of the method we are going to implement in this notebook:

AI Learns to Synthesize Pictures of Animals | Two Minute Papers #152

I also recommend you to take a look at the project page by its authors: https://junyanz.github.io/CycleGAN/

Based on: