Skip to main content
App version: 3.4.5

Log scores and summary information

Use the log_configs() method to log summary information:

from neptune_scale import Run

run = Run(...)

run.log_configs(
{
"summary/scores/f1": 0.89,
"summary/epoch_average_seconds": 48.2,
"summary/interrupted" = False,
},
)

Find your logged summary information in the All metadata section of the run.

tip

You can display the summary metadata in the runs table and custom dashboards.