Metric logger for ML projects.
Project description
DVCLive
DVCLive is a Python library for logging machine learning metrics and other metadata in simple file formats, which is fully compatible with DVC.
Documentation
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+git://github.com/iterative/dvclive
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.
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.