Skip to content

VitoRazor/Gan_Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gan_Architecture

create an architecture for Generative Adversarial Networks. implementations

Table of Contents

Installation

$ git clone https://github.com/VitoRazor/Gan_Architecture.git
$ cd Gan_Architecture-master/
$ pip install keras

Implementations

GAN-SN

Implementation of Generative Adversarial Network with Spectral Normalization for Wasserstein-divergence

Code

Reference Paper:

Spectral normalization for generative adversarial networks:https://arxiv.org/abs/1802.05957

Wasserstein GAN: https://arxiv.org/abs/1701.07875

Result: Train fro cartoon characters 64x64

Train fro aerial image 64x64[iteration=150000] and 256x256[iteration=34800]

GAN-info

Implementation of Generative Adversarial Network with InfoGAN and ACGAN, simultaneously using Spectral Normalization for Wasserstein-divergence.

Code

Reference Paper:

Auxiliary Classifier Generative Adversarial Network: https://arxiv.org/abs/1610.09585

Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets: https://arxiv.org/abs/1606.03657

Result: from iteration 10 to iteration 15000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages