资源算法wgan-gp

wgan-gp

2019-09-09 | |  175 |   0 |   0

WGAN-GP

An pytorch implementation of Paper "Improved Training of Wasserstein GANs".

Prerequisites

Python, NumPy, SciPy, Matplotlib A recent NVIDIA GPU

A latest master version of Pytorch

Progress

  • [x] gan_toy.py : Toy datasets (8 Gaussians, 25 Gaussians, Swiss Roll).(Finished in 2017.5.8)

  • [x] gan_language.py : Character-level language model (Discriminator is using nn.Conv1d. Generator is using nn.Conv1dFinished in 2017.6.23. Finished in 2017.6.27.)

  • [x] gan_mnist.py : MNIST (Running Results while Finished in 2017.6.26. Discriminator is using nn.Conv1d. Generator is using nn.Conv1d.)

  • [ ] gan_64x64.py: 64x64 architectures(Looking forward to your pull request)

  • [x] gan_cifar.py: CIFAR-10(Great thanks to robotcator)

Results

8gaussians_frame1545.jpg

25gaussians_frame485.jpg

swissroll_frame694.jpg

    • swissroll 69400 iteration

    • 25gaussians 48500 iteration

    • 8gaussians 154500 iteration

  • Mnist Dataset

    Some Sample Result, you can refer to the results/mnist/ folder for details.

mnist_samples_91899.png

mnist_samples_92299.png

mnist_samples_92499.png

mnist_samples_199999.png

  • Billion Word Language Generation (Using CNN, character-level)

    Some Sample Result after 8699 epochs which is detailed in sample

    I haven't run enough epochs due to that this is very time-comsuming.


    He moved the mat all out clame t


    A fosts of shores forreuid he pe


    It whith Crouchy digcloued defor


    Pamreutol the rered in Car inson


    Nor op to the lecs ficomens o fe


    In is a " nored by of the ot can


    The onteon I dees this pirder ,


    It is Brobes aoracy of " medurn


    Rame he reaariod to thim atreast


    The stinl who herth of the not t


    The witl is f ont UAy Y nalence


    It a over , tose sho Leloch Cumm


  • Cifar10 Dataset

Some Sample Result, you can refer to the results/cifar10/ folder for details.

cifar10_samples_80099.jpg

Acknowledge

Based on the implementation igul222/improved_wgan_training and martinarjovsky/WassersteinGAN

上一篇:Popular Image Segmentation Models

下一篇:Domain Transfer Network

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...