在 GitHub 上编辑
安装 DVClive
请注意,要获取 DVClive 的最新版本,需要 Python 3.8 或更高版本。
$ pip install dvclive
根据您计划使用的 DVClive 方法 类型,可能需要安装可选依赖项:
- 安装
[image]
以使用log_image
- 安装
[plots]
以使用log_plot
- 安装
[sklearn]
以使用log_sklearn_plot
- 安装
[markdown]
以在report=md
或report=notebook
时使用make_report
如果您使用受支持的 ML 框架,还可以安装以下可选依赖项: [huggingface]
、[lightning]
、[tf]
、[fastai]
、[optuna]
、[xgb]
、[lgbm]
、[mmcv]
。
使用 [all]
可包含所有依赖项。