CycleGAN Implementation Using Pytorch

April 20, 2021 ยท View on GitHub

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:

  • https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix
  • https://github.com/eriklindernoren/PyTorch-GAN