Giter Club home page Giter Club logo

o-gan's Introduction

o-gan

O-GAN: Extremely Concise Approach for Auto-Encoding Generative Adversarial Networks

Requirement

Python 2.7 + Tensorflow 1.8 + Keras 2.2.4

Results

  • CelebA HQ
    CelebA HQ线性插值.jpg

  • FFHQ
    FFHQ线性插值.jpg

  • LSUN-church
    LSUN-church线性插值.jpg

  • LSUN-bedroom
    LSUN-bedroom线性插值.jpg

Reference

Cite

 @article{su2019gan,
  title={O-GAN: Extremely Concise Approach for Auto-Encoding Generative Adversarial Networks},
  author={Su, Jianlin},
  journal={arXiv preprint arXiv:1903.01931},
  year={2019}
}

交流

QQ交流群:67729435,微信群请加机器人微信号spaces_ac_cn

o-gan's People

Contributors

bojone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

o-gan's Issues

t2_loss keeps zero?

Hi, im confused about the t2_loss. What does it do here?

x_fake_ng = Lambda(K.stop_gradient)(x_fake)
z_fake = e_model(x_fake)
z_fake_ng = e_model(x_fake_ng)
z_fake_mean = K.mean(z_fake, 1, keepdims=True)
z_fake_ng_mean = K.mean(z_fake_ng, 1, keepdims=True)
t2_loss = z_fake_mean - z_fake_ng_mean

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.