Edit on GitHub
Install DVClive
Note that Python 3.8+ is needed to get the latest version of DVClive.
$ pip install dvclive
Depending on the type of the DVClive methods you plan to use, you might need to install optional dependencies:
- install
[image]
to uselog_image
- install
[plots]
to uselog_plot
- install
[sklearn]
to uselog_sklearn_plot
- install
[markdown]
to usemake_report
whenreport=md
orreport=notebook
If you use one of the supported ML frameworks, you can also install the optional
dependencies: [huggingface]
, [lightning]
, [tf]
, [fastai]
, [optuna]
, [xgb]
,
[lgbm]
, [mmcv]
.
Use [all]
to include them all.