项目作者: hghimanshu

项目描述 :
GAN implementation of some datasets like CIFAR10, MNIST etc
高级语言: Python
项目地址: git://github.com/hghimanshu/DCGANS.git
创建时间: 2019-03-29T10:09:44Z
项目社区:https://github.com/hghimanshu/DCGANS

开源协议:

下载


DCGANS

This repo contains GAN codes implemented on famous datasets like Cifar10, MNIST etc.

  1. gan_cifar10.py —- [ For CIFAR10 Dataset ]

Dependencies

  1. pytorch
  2. matplotlib
  3. numpy

Running the code

  1. Clone the repository using

    git clone https://github.com/hghimanshu/DCGANS.git

  2. After cloning type

    cd DCGANS

  3. Run the required file as

    python gan_cifar10.py