项目作者: Dotori-HJ

项目描述 :
Pytorch implementation of SphereGAN(Sphere Generative Adversarial Network Based on Geometric Moment Matching)
高级语言: Python
项目地址: git://github.com/Dotori-HJ/SphereGAN-Pytorch-implementation.git
创建时间: 2019-07-02T16:21:57Z
项目社区:https://github.com/Dotori-HJ/SphereGAN-Pytorch-implementation

开源协议:MIT License

下载


SphereGAN-Pytorch-implementation

Pytorch implementation of SphereGAN(Sung Woo Park and Junseok Kwon)

cf) The Generator and Discriminator structures is not the same in the paper. In this repository, the Generator and Discriminator structures are used DCGAN’s structures.

Requirments

Code is written in Python 3.7.3(Pytorch 1.1.0) and requires:

  • Pytorch
  • tqdm

Run the example

MNIST, CIFAR-10

  1. python main.py --dataset mnist
  2. python main.py --dataset cifar10

Results

MNIST

mnist_random

CIFAR-10

cifar10_random

Reference

Sphere Generative Adversarial Network Based on Geometric Moment Matching

Sung Woo Park and Junseok Kwon. “Sphere Generative Adversarial Network Based on Geometric Moment Matching.” Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2019.