README.md

    conditional-GAN

    there are two python files:
    conditional_gan.py: use the traditional GAN as the baseline
    conditional_DCGAN.py: use the DCGAN as the baseline

    Requirments

    CUDA 8.0+
    pytorch 0.3.1
    torchvision

    Results

    the conditional_gan:

    image

    conditional_DCGAN:
    image

    Reference

    [1] Conditional Generative Adversarial Nets
    [2]Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks

    Blog

    teeyohuang

    项目简介

    this is the pytorch version of Conditional Generative Adversarial Nets

    🚀 Github 镜像仓库 🚀

    源项目地址

    https://github.com/TeeyoHuang/conditional-GAN

    发行版本

    当前项目没有发行版本

    贡献者 1

    Teeyohuang @Teeyohuang1

    开发语言

    • Python 100.0 %