Coder Social home page Coder Social logo

acgan-paddle's Introduction

ACGAN-Paddle

基于Paddle复现2017 ICML论文“Conditional Image Synthesis With Auxiliary Classifier GANs”

该论文未开源代码,本次复现主要参考了以下两个非官方pytorch实现:

实现细节说明

  • 遵循原文原则,将ImageNet数据集每10个类别划分,训练一个10-classes的GAN模型
  • 网络结构、训练超参数与原文一致

训练与测试方式

  • 训练
python trian.py --dataroot [imagenet path] # [eg:xxx/ImageNet/train]
  • 测试
python test.py --which_epoch [epoch]
  • 查看日志
visuldl --logdir ./log

视觉结果对比

  • 生成的图像与真实图像(ImageNet class 10-20)

    Fake Samples(Ours) Fake Samples(ACGAN-Pytorch) Real Samples
  • 更多类别结果对比(class id:100-100, 随机挑选10类别)

    类别 fake_samples1 fake_samples2 fake_sample3 real_samples
    classes 100-100
    random 10-classess

    训练Log示意(class id:10-20)

    Accuracy D Loss G Loss

acgan-paddle's People

Contributors

callifrey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.