Giter Club home page Giter Club logo

Comments (4)

stared avatar stared commented on August 29, 2024

It is a good idea, please write a Pull Requests.
E.g. samples_per_update=None. If None then as usual, if different - then xlabel to samples Xs multiplied by this.

from livelossplot.

stitetsati avatar stitetsati commented on August 29, 2024

Hi,

I am trying to see if I can get this implemented.. for fun. and have a question regarding what exactly should be displayed on the x-axis.

Assuming:
train_size = 10,000
batch_size = 500
epoch = 10

Would you like to see on the x-axis labels:

500 1000 1500 2000 .... 10000, 500, 1000, 1500..... 10000? (restart at 500 for each new epoch)

or you'd like to see the cumulative number of samples that the model has seen through.. i.e.
500 1000 1500 2000........99500 100000 (10 epochs, so total number of samples seen is 100k)

Thanks.

from livelossplot.

stared avatar stared commented on August 29, 2024

@jn8029 For sure the later (making it incremental). Not incremental x-axis is a mess.

from livelossplot.

stared avatar stared commented on August 29, 2024

Added with b9b7f12. When using

livelossplot.update(logs, step=5)```

to have a step of 5 (instead of 1).

Will start with version `0.4.0` and higher.

from livelossplot.

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.