资源算法chainer-gan-trainer

chainer-gan-trainer

2019-09-10 | |  90 |   0 |   0

Chainer GAN Trainer Demo

Implementation of GAN with Chainer's trainer using the following custom classes.

  • chainer.iterators

  • chainer.training.updater

  • chainer.training.extensions

Custom Trainer Components

chainer.iterators.RandomNoiseIterator

Iterator that keeps producing random arrays of Gaussian or uniform distribution. It has no notion of epochs.

chainer.training.updater.GenerativeAdversarialUpdater

Updater responsible for the GAN training algorithm including forward pass, backward pass and parameter updates.

chainer.training.extensions.GeneratorSample

Extension that automatically takes random sample images and saved them to disk at any given interval.

Run

Train

python train.py --gpu 0


上一篇:translatR

下一篇:SRCNN

用户评价
全部评价

热门资源

  • 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...