Skip to content

dtrifiro/dvclive

 
 

Repository files navigation

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. The command should look like this: pip install dvclive[tf] (in this case TensorFlow and it's dependencies will be installed automatically).

To install the development version, run:

pip install git+git://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

DVC logger

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%