资源算法VAE

VAE

2019-09-10 | |  171 |   0 |   0

CAUTION

Now that chainer official implementation is updated. Please refer it.

chainer-VAE

implementation of https://github.com/pfnet/chainer/tree/master/examples/vae using Trainer.

result/loss.png was compiled by using Viz.js. If you use homebrew and wanna dump image file, brew install graphviz, then dot -T <jpeg, png , etc> <computational_graph.dot> -o <output_image>.

beta-VAE

As you can see in http://openreview.net/forum?id=Sy2fzU9gl, you can impose stronger regularization on latent space when define model via net.VAE(C=beta), where, beta > 1.

Execute train_vae.py

Argument Parser

  • resume: resume from snapshot. Basically, snapshots are chainer-VAE/result/snapshot_epoch_{epoch}

  • interval: save images & snapshot intervals, default is 5


上一篇:multilabel

下一篇:mxnet-audio

用户评价
全部评价

热门资源

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