8000 GitHub - tomsercu/FisherGAN: Code accompanying the paper Fisher GAN: https://arxiv.org/abs/1705.09675
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tomsercu/FisherGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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):

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:

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 

About

Code accompanying the paper Fisher GAN: https://arxiv.org/abs/1705.09675

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0