项目作者: AlexanderYogurt

项目描述 :
Code for the paper: Adversarial Inference by Matching priors and conditionals
高级语言: Python
项目地址: git://github.com/AlexanderYogurt/AIM.git
创建时间: 2018-03-22T02:09:08Z
项目社区:https://github.com/AlexanderYogurt/AIM

开源协议:

下载


AIM: Adversarial Inference by Matching priors and conditionals




Example

  1. MNIST

    1. python main.py --dataset 'mnist' --root 'your/root/directory' --epoch 100 --batch_size 64 --beta1 0.5
  2. Mixed Gaussian

    1. python main.py --dataset 'mixed-Gaussian' --root 'your/root/directory' --epoch 200 --batch_size 100 --beta1 0.8
  3. dcGAN structure LAI

    1. python main.py --model_name 'dcLAI' --dataset 'svhn' --root 'your/root/directory' --epoch 20 --batch_size 128 --beta1 0.5 --z_dim 100