Git Product home page Git Product logo

gan-pytorch's People

Contributors

h3lio5 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

gan-pytorch's Issues

Judging Generator Performance by Seeing D(G(z))

Hi,

Thanks much for creating this repo, it's really useful. I'm curious about this quoted line below, why does D(G(z)) that is close to 0 mean that generator successfully fools the Discriminator? Is it that what we want is maximizing D(G(z)) to be as close as 1, i.e., generator successfully generates fake image (label =0) and the discriminator predicts it as real image (label=1, by having D(G(z)) close to 1)?

# If the value of this probability is close to 0, then it means that the generator has

switching k=4 to k=1 allows to generate images of WAY better quality

Hi,

As the title says, replacing k=4 by k=1 and keeping the rest of the code untouched allows the quality of the generated handwritten digits to be two or three times better.

By the way it seems that k=1 is the value used in the original paper experiments :

The number of steps to apply to the discriminator, k, is a hyperparameter. We used k = 1, the least expensive option, in our experiments.

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.