Giter Site home page Giter Site logo

sgan's Introduction

Stacked Generative Adversarial Networks

This repository contains code for the paper "Stacked Generative Adversarial Networks". Part of the code is modified from OpenAI's implementation of Improved GAN.

Currently only the code for MNIST experiments is available. I am working hard to polish the code for SVHN/CIFAR-10 experiments and will push them to this repository as soon as possible.

Usage

run a simple experiment with independent training only:

cd mnist
THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python train_independent.py

or with joint training (from scratch):

THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python train_joint.py

Citations

If you use the code in this repository in your paper, please cite:

@article{huang2016sgan,
  title={Stacked Generative Adversarial Networks},
  author={Huang, Xun and Li, Yixuan and Poursaeed, Omid and Hopcroft, John and Belongie, Serge},
  journal={arXiv},
  year={2016}
}

sgan's People

Contributors

xunhuang1995 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.