Awesome
CycleGAN Implementation Using Pytorch
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:
I also recommend you to take a look at the project page by its authors: https://junyanz.github.io/CycleGAN/
Based on: