Coder Social home page Coder Social logo

gan_distribution_tutorial's Introduction

gan distribution demo

A simple demo of training GAN to generate samples for Gamma distribution

Requirements

Usage

$ python main.py --help

This will illustrate all the arguments you could play with the code.

A simple demo using gan to generate gamma distributions

optional arguments:
  -h, --help            show this help message and exit
  --gpu GPU             gpu to use: 0, 1, 2, 3, 4. Default: None
  --lr LR               learning rate. Default: 1e-4
  --iterations ITERATIONS
                        num of iterations. Default: 2000
  --alpha ALPHA         Gamma alpha. Default: 2.
  --scale SCALE         Gamma beta. Default: .5
  --sample_size SAMPLE_SIZE
                        sample size. Default: 100
  --model_save_dir MODEL_SAVE_DIR
                        directory to save model. Default: checkpoints
  --res_save_dir RES_SAVE_DIR
                        directory to save results. Default: results
  --log_save_dir LOG_SAVE_DIR
                        directory to save logs. Default: logs

###########################################################################

Train the model

Defaultly, the code will train a generator to fit the Gamma(2, 2), you can play with the code by changing the argument --alpha and --beta to model other Gamma distributions. For example:

$ python main.py --alpha=1. --beta=2.

Results and Logs

The code will save a video which illustrates the training procedure in the directory results/ defaultly.

Author

Haibin Yu/ @HeroKillerEver

gan_distribution_tutorial's People

Contributors

herokillerever avatar

Stargazers

 avatar

Watchers

 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.