All Projects → pfnet-research → chainer-LSGAN

pfnet-research / chainer-LSGAN

Licence: MIT license
Least Squares Generative Adversarial Network implemented in Chainer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to chainer-LSGAN

3dgan-chainer
📦 A Chainer implementation of 3D Generative Adversarial Network.
Stars: ✭ 25 (+56.25%)
Mutual labels:  chainer
chainer-fcis
[This project has moved to ChainerCV] Chainer Implementation of Fully Convolutional Instance-aware Semantic Segmentation
Stars: ✭ 45 (+181.25%)
Mutual labels:  chainer
superresolution gan
Chainer implementation of Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
Stars: ✭ 50 (+212.5%)
Mutual labels:  chainer
Visual-Attention-Model
Chainer implementation of Deepmind's Visual Attention Model paper
Stars: ✭ 27 (+68.75%)
Mutual labels:  chainer
deep-learning-tutorial-with-chainer
Deep learning tutorial with Chainer
Stars: ✭ 25 (+56.25%)
Mutual labels:  chainer
rocgan
Chainer implementation of the paper Robust Conditional Generative Adversarial Networks
Stars: ✭ 15 (-6.25%)
Mutual labels:  chainer
Fun-with-MNIST
Playing with MNIST. Machine Learning. Generative Models.
Stars: ✭ 23 (+43.75%)
Mutual labels:  lsgan
Multi-task-Conditional-Attention-Networks
A prototype version of our submitted paper: Conversion Prediction Using Multi-task Conditional Attention Networks to Support the Creation of Effective Ad Creatives.
Stars: ✭ 21 (+31.25%)
Mutual labels:  chainer
convolutional seq2seq
fairseq: Convolutional Sequence to Sequence Learning (Gehring et al. 2017) by Chainer
Stars: ✭ 63 (+293.75%)
Mutual labels:  chainer
chainer-graph-cnn
Chainer implementation of 'Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering' (https://arxiv.org/abs/1606.09375)
Stars: ✭ 67 (+318.75%)
Mutual labels:  chainer
chainer2pytorch
Converts Chainer modules to PyTorch, parameters included.
Stars: ✭ 36 (+125%)
Mutual labels:  chainer
BMI219-2017-ProteinFolding
UCSF BMI219 Deep Learning (2017), Coding example (Prediction of protein folding with RNN and CNN)
Stars: ✭ 14 (-12.5%)
Mutual labels:  chainer
chainer-sort
Simple, Online, Realtime Tracking of Multiple Objects (SORT) implementation for Chainer and ChainerCV.
Stars: ✭ 20 (+25%)
Mutual labels:  chainer
ChainerPruner
ChainerPruner: Channel Pruning framework for Chainer
Stars: ✭ 21 (+31.25%)
Mutual labels:  chainer
chainer-ResDrop
Deep Networks with Stochastic Depth implementation by Chainer
Stars: ✭ 40 (+150%)
Mutual labels:  chainer
chainer-grad-cam
Chainer implementation of Grad-CAM
Stars: ✭ 20 (+25%)
Mutual labels:  chainer
chainer-param-monitor
Monitor parameter and gradient statistics during neural network training with Chainer
Stars: ✭ 13 (-18.75%)
Mutual labels:  chainer
chainer-ClariNet
A Chainer implementation of ClariNet.
Stars: ✭ 45 (+181.25%)
Mutual labels:  chainer
tutorials
Introduction to Deep Learning: Chainer Tutorials
Stars: ✭ 68 (+325%)
Mutual labels:  chainer
Generative-Model
Repository for implementation of generative models with Tensorflow 1.x
Stars: ✭ 66 (+312.5%)
Mutual labels:  lsgan

chainer-LSGAN

An implementation of Mao et al., "Least Squares Generative Adversarial Networks" 2017 using the Chainer framework.

Disclaimer: PFN provides no warranty or support for this implementation. Use it at your own risk. See license for details.

Results

CIFAR10 & MNIST for 100 epochs

CIFAR10 MNIST

Usage

Tested using python 3.5.1. Install the requirements first:

pip install -r requirements.txt

Trains on the CIFAR10 dataset by default, and will generate an image of a sample batch from the network after each epoch. Run the following:

python train.py --device_id 0

to train. By default, an output folder will be created in your current working directory. Setting --device_id to -1 will run in CPU mode, whereas 0 will run on GPU number 0 etc. To train on MNIST, use the flag --mnist.

License

MIT License. Please see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].