Metric logger for ML projects.
Project description
dvclive is an open-source library for monitoring machine learning model performance.
dvclive aims to provide the user with simple python interface what will allow the
user to log the model metrics as the training progresses.
The interface consists of three main methods:
dvclive.init(path)
- initializes dvclive logger. The metrics will be saved underpath
.dvclive.log(metric, value, step)
- logs the metric value. The value and step will be appended topath/{metric}.tsv
file. The step value is optional.dvclive.next_step()
- signalsdvclive
that current step has ended. Executed automatically if samemetric
is logged again.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dvclive-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c24409ba607d8162103d457c9b43e5078a9cdb2f0f8652d6b2032f8a23f0685a |
|
MD5 | 4ea24d582608bc5f18228b75b1c090ee |
|
BLAKE2b-256 | aac12c878de7e72713b3725614063ce7ac3267fe2b8401d947a5cd31d01a21e9 |