Skip to content
/ ali-mnist Public

Simple PyTorch implementation of Adversarially Learned Inference

Notifications You must be signed in to change notification settings

vwrs/ali-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALI-MNIST

Simple PyTorch implementation of Adversarially Learned Inference

Usage

$ ./train.py [-h] [-g GPU] [-b N] [-e E] [--lr-g LR] [--lr-d LR] [--decay D] [-z Z]

optional arguments:
  -h, --help            show this help message and exit
  -g GPU, --gpu GPU     set GPU id (default: -1)
  -b N, --batch-size N  input batch size for training (default: 32)
  -e E, --epochs E      how many epochs to train (default: 100)
  --lr-g LR             initial ADAM learning rate of G (default: 2e-4)
  --lr-d LR             initial ADAM learning rate of D (default: 1e-5)
  --decay D             weight decay or L2 penalty (default: 0)
  -z Z, --zdim Z        dimension of latent vector (default: 128)

result (<= 200 epochs)

ali-1to200.gif

About

Simple PyTorch implementation of Adversarially Learned Inference

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages