Giter VIP home page Giter VIP logo

Comments (3)

chovanecm avatar chovanecm commented on June 18, 2024

Data can be collected using the Metrics API:
https://github.com/chovanecm/sacred/blob/feature/data-logger/docs/collected_information.rst#metrics-api

Sacredboard shall display a chart for each associated metric that gets measured during the execution of the experiment run.
Metrics are mostly qualitative variables of the adaptive model, such as the value of the loss function, accuracy of correctly classified items, etcetera
Instead of running the training process for a fixed number of iterations, researchers may opt to engage techniques that measure the metrics after each (or e.g. after each 20th) training iteration to decide whether the training process should continue or if it should be terminated because of a low expectation of future progress.

A visual chart of a metric shall be a 2D graph with the training step or elapsed time on the x-axis and the measured scalar value on the y-axis.
Sacredboard shall only display one chart per metric per run, there should be only one curve in the graph. A run can have one to a few metrics.

from sacredboard.

chovanecm avatar chovanecm commented on June 18, 2024

Work in progress: https://github.com/chovanecm/sacredboard/tree/feature/plot-metrics

from sacredboard.

chovanecm avatar chovanecm commented on June 18, 2024

Scenario:

  1. The user indicates he wants to see the progress of a specific metric or metrics.
  2. The system responds with a list of available metrics
  3. The user selects the metrics he wants to plot
  4. The system plots the selected metrics with x-axis as the step and y-axis as value.

Alternate scenarios:

  1. In step 3., the user chooses to set the x-axis as time instead of step number.
    1.1 The system draws the selected metrics with date-based x axis.

from sacredboard.

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.