Git Product home page Git Product logo

Comments (3)

ryanbbd avatar ryanbbd commented on August 31, 2024

Just don't understand this loss term:
wass = lambda y_true, y_pred: torch.mean(y_true * y_pred)
Could you give me some tips, thanks a lot

from denn.

dylanrandle avatar dylanrandle commented on August 31, 2024

Hi there,

  1. The results are very sensitive to initialization (with random seed). But moreover, different computing architectures can differ in how they handle this randomness (e.g. I have observed differences between MacOS and Linux environments). This could be the case for you. I would try various random seeds to see if one of them converges. We have no guarantees for convergence with GANs, unfortunately.

  2. The loss term is the Wasserstein loss function (where the labels are -1 and 1 instead of 0 and 1 as with vanilla GAN), see here: https://arxiv.org/abs/1701.07875.

from denn.

dylanrandle avatar dylanrandle commented on August 31, 2024

Going to close this is this is not a new/unknown issue, but one that has been observed and is detailed in the documentation (i.e. the importance of the platform).

from denn.

Related Issues (1)

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.