Skip to content

Analysis of Image-to-Image Generative Adversarial Networks

Notifications You must be signed in to change notification settings

sagardsaxena/GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of Image-To-Image GANs

This project looks to investigate the performance of various Image-To-Image Generative Adversarial Networks across a set number of datasets on a set number of metrics. This project is currently ongoing and this README will be updated to reflect progress on this project.

Running this project

  1. Install Conda
  2. Clone this repository and recursively add all submodules
  3. Create the conda environment
  4. Start Jupyter Lab and Open analyze.ipynb
git --recurse-submodules clone git@github.com:sagars729/GAN.git
cd GAN
conda env create -f gan_env.yaml
conda activate gan
jupyter lab

About

Analysis of Image-to-Image Generative Adversarial Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published