Skip to content

tollymune/CycleGAN-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CycleGAN-PyTorch

A simple PyTorch implementation of CycleGAN (https://arxiv.org/abs/1703.10593)
This implementation of CycleGAN was created as part of a course in deep learning

Training

Datasets can be downloaded via UC Berkeley's repository.
Datasets should be set up in the following directory structure:

-- datasets      
  -- dataset name      
    -- train  
      -- x   
      -- y        
    -- test  
      -- x  
      -- y            

Acknowledgment

All credit goes to the authers of CycleGAN, Jun-Yan Zhu, Taesung Park, Phillip Isola, Alexei A. Efros.

About

A simple PyTorch implementation of CycleGAN (https://arxiv.org/abs/1703.10593)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages