项目作者: tomsercu

项目描述 :
Code accompanying the paper Fisher GAN: https://arxiv.org/abs/1705.09675
高级语言: Python
项目地址: git://github.com/tomsercu/FisherGAN.git
创建时间: 2017-11-03T15:16:10Z
项目社区:https://github.com/tomsercu/FisherGAN

开源协议:Other

下载


Fisher GAN

PyTorch code accompanying the paper “Fisher GAN”

Tested on version 0.1.12.

To reproduce LSUN results (identical for CelebA, but set higher --niter):

  1. python main.py --dataset lsun --dataroot <lsun-root> --cuda --Diters 2 --adam --lrG 2e-4 --lrD 2e-4 --G_extra_layers 2

For CIFAR-10:

  1. python main.py --dataset cifar10 --dataroot <cifar10-root> --niter 350 --cuda --Diters 2 --adam --lrG 2e-4 --lrD 2e-4 --imageSize 32 --G_extra_layers 2 --D_extra_layers 2