Coder Social home page Coder Social logo

Comments (4)

MartimQS avatar MartimQS commented on August 22, 2024 1

Yes, that’s what I had in mind and the it is reason why I wanted to log the values for the losses and take a look at the development of the values over time to see how they behave

from lightweight-gan.

Mut1nyJD avatar Mut1nyJD commented on August 22, 2024

Losses in GANs fluctuate all the time you have to look at the long duration as over a short period they don't tell you anything, So if the magnitude in general does decline slowly if it instead goes up and up over time then you have a problem.

from lightweight-gan.

radeonthe1st avatar radeonthe1st commented on August 22, 2024

I'm quite a newbie at GitHub so I'm not sure if doing this is right, but I would like to poke this issue, since this is a problem I'm having right now. I need to be able to log the progress of the GAN so that I can at least plot it.

Any idea on how to get this done?

from lightweight-gan.

jonas-klesen avatar jonas-klesen commented on August 22, 2024

I'm quite a newbie at GitHub so I'm not sure if doing this is right, but I would like to poke this issue, since this is a problem I'm having right now. I need to be able to log the progress of the GAN so that I can at least plot it.

Any idea on how to get this done?

Probably best to use tensorboard:

  1. Clone repo, make sure you can run the code from the source
  2. install tensorboard with pip or conda
  3. import tensorboard at the top of the lighweight_gan.py file
  4. Add your logging code here (i think):
  5. Start tensorboard from terminal and open it in the browser (you can find plenty of info online)

All the best in your voyages!

from lightweight-gan.

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.