yaellevy / dvclive

Log and track ML metrics, parameters, models with Git and/or DVC

Home Page:https://dvc.org/doc/dvclive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DVCLive

PyPI Status Python Version License

Tests Codecov pre-commit Black

DVCLive is a Python library for logging machine learning metrics and other metadata in simple file formats, which is fully compatible with DVC.

Installation

You can install dvclive via pip from PyPI:

$ pip install dvclive

Depending on the ML framework you plan to use to train your model, you might need to specify one of the optional dependencies: mmcv, tf, xgb. Or all to include them all. For example, for TensorFlow the command should look like this:

pip install dvclive[tf]

TensorFlow and its dependencies will be installed automatically.

To install the development version, run:

pip install git+https://github.com/iterative/dvclive

Comparison to related technologies

DVCLive is an ML Logger, similar to:

The main difference with those ML Loggers is that DVCLive does not require any additional services or servers to run.

Logged metrics and metadata are stored as plain text files that can be versioned by version control tools (i.e Git) or tracked as pointers to files in DVC storage.


Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the Apache 2.0 license, dvclive is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

About

Log and track ML metrics, parameters, models with Git and/or DVC

https://dvc.org/doc/dvclive

License:Apache License 2.0


Languages

Language:Python 100.0%