Code Monkey home page Code Monkey logo

Comments (3)

abster95 avatar abster95 commented on July 26, 2024 1

I prefer having it all in one dashboard instead of running different functions and searching for the output in the file system. I found this is especially helpful for beginners. If you feel like it's unnecessary feel free to close this issue with won't fix.

from pytorch-gans.

gordicaleksa avatar gordicaleksa commented on July 26, 2024 1

Just added the support, thanks for the feedback! It's ok to have 2 places to look at the intermediate imagery as that's super important for GAN debugging.

from pytorch-gans.

gordicaleksa avatar gordicaleksa commented on July 26, 2024

The functionality is already in there (I agree I also mostly used images to get an understanding of what's going on I even wrote that remark down in the README just below the losses curve graph, check it out, README contains lots of useful info):
image

I've already used that functionality in some of my other projects, check it out here for example:
https://github.com/gordicaleksa/pytorch-nst-feedforward/blob/master/training_script.py#L89

The reasons behind this design decision were:

  1. It's complicated seeing lots of images in tensorboard (slider constraints although there are some commands like "--samples_per_plugin images=50")
  2. Resolution (it's easier to control the resolution when you dump the image into the file system - via photo editors, etc.)
  3. Hard to create GIFs as I can't extract imagery from tensorboard files (it's super annoying)

from pytorch-gans.

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.