Coder Social home page Coder Social logo

Please explain trick 2 about ganhacks HOT 3 CLOSED

soumith avatar soumith commented on June 22, 2024
Please explain trick 2

from ganhacks.

Comments (3)

spurra avatar spurra commented on June 22, 2024

Trick 2 states that when training the generator, instead of minimising log(1-D(G(z))) you maximise log(D(G(z)) so that you get better gradients. This is because the discriminator usually performs better than the generator. This is most easily done when, for example in torch when using nn.CrossEntropyLoss, by assigning the synthetic samples the label 1 and training on that.

from ganhacks.

soumith avatar soumith commented on June 22, 2024

@mjdietzx you are correct in your understanding

from ganhacks.

hellojialee avatar hellojialee commented on June 22, 2024

Hi @mjdietzx @soumith, could you explain more about this. Should we always flip the label when training the Generator (if I understand correctly, the Discriminator is fixed at the same time). Thus, trick 2 [batch_real_imgs, np.zeroes(shape=batch_size] is actually destroying the Discriminator?

from ganhacks.

Related Issues (20)

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.