Metric logger for ML projects.
Project description
# dvclive 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: 1. dvclive.init(path) - initializes dvclive logger. The metrics will be saved under path. 2. dvclive.log(metric, value, step) - logs the metric value. The value and step will be appended to path/{metric}.tsv file. The step value is optional. 3. dvclive.next_step() - signals dvclive that current step has ended. Executed automatically if metric 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.1a0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3094bf2982952505c5df5ccbeb653609dcb3bce68707d8c11080af28df40776 |
|
MD5 | c2d08daf0466882dedf4e3082f1c4e59 |
|
BLAKE2b-256 | 66549f1adafacd1b80e087e388a257b7ed331968bc2b6909c250e5e8bb0b5396 |