• Stars
    star
    2,346
  • Rank 19,468 (Top 0.4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code for reproducing experiments in "Improved Training of Wasserstein GANs"

Improved Training of Wasserstein GANs

Code for reproducing experiments in "Improved Training of Wasserstein GANs".

Prerequisites

  • Python, NumPy, TensorFlow, SciPy, Matplotlib
  • A recent NVIDIA GPU

Models

Configuration for all models is specified in a list of constants at the top of the file. Two models should work "out of the box":

  • python gan_toy.py: Toy datasets (8 Gaussians, 25 Gaussians, Swiss Roll).
  • python gan_mnist.py: MNIST

For the other models, edit the file to specify the path to the dataset in DATA_DIR before running. Each model's dataset is publicly available; the download URL is in the file.

  • python gan_64x64.py: 64x64 architectures (this code trains on ImageNet instead of LSUN bedrooms in the paper)
  • python gan_language.py: Character-level language model
  • python gan_cifar.py: CIFAR-10

More Repositories

1

PixelVAE

Code for the models in "PixelVAE: A Latent Variable Model for Natural Images" (https://arxiv.org/abs/1611.05013
Python
93
star
2

pixel_rnn

Working Theano implementation of Pixel RNN on MNIST.
Python
76
star
3

plaid

Python
64
star
4

Axis

CSS
41
star
5

mnist_generative

Reasonably-okay-performing implementation of a GAN and an adversarial autoencoder on MNIST.
Python
29
star
6

YefChat

[defunct] Snapchat client for iOS
Objective-C
21
star
7

speech

generative models for speech
Python
20
star
8

nn

All of my deep learning work in one big repo.
Python
12
star
9

Shelly

An iPad SSH client.
C
6
star
10

Hologram

Take 3D pictures with your smartphone.
JavaScript
6
star
11

dom2

Explore web pages in 3D
JavaScript
4
star
12

PacMan

Java PacMan game using A* pathfinding algorithm for ghosts
Java
4
star
13

IGFormViewController

An iOS library for rapidly creating table-view based forms.
Objective-C
3
star
14

Fractal

An Objective-C/Cocoa program for exploring the Mandelbrot set.
Objective-C
3
star
15

unsupervised_translation

Python
2
star
16

image_generation

Image generation experiments
Python
2
star
17

spring2021

Python
2
star
18

Marmot

[defunct] Neural network framework built on Theano
Python
2
star
19

Notable

PennApps Fall 2012: take notes collaboratively with complete strangers in the same room as you.
JavaScript
2
star
20

RDClient

Experimental super-fast remote desktop client to go along with RDServer
Objective-C
1
star
21

swft

Oh god, please not another Theano framework.
Python
1
star
22

RDServer

A super-fast experimental Objective-C/Cocoa remote desktop server.
C
1
star
23

Typeahead

Python solution to Quora's Typeahead search code challenge
Ruby
1
star
24

unfriend

Find people who unfriended you on Facebook by searching through old Gmail messages.
Ruby
1
star
25

DCThumbnail

iOS library to generate thumbnail images for documents, audio / video files, web pages, etc.
Objective-C
1
star
26

Anagrams

Based on the word game from Pulak; written by Ishaan during a Shinkansen ride from Tokyo to Shin-Osaka.
Ruby
1
star
27

Programming

Source code editor for iPad that lets you run your programs in the cloud.
Objective-C
1
star
28

Disco

A 3D music visualization using FFT and Processing
Java
1
star
29

Jamsesh2

CoffeeScript
1
star
30

winter2021

Python
1
star
31

Receiver

It is magic.
Objective-C
1
star
32

CheapMotion

Objective-C
1
star