Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dvclive: Updates for "DVCLive only" experiments #4162

Merged
merged 22 commits into from
Dec 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/docs/dvclive/api-reference/live/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Live:
dir: str = "dvclive",
resume: bool = False,
report: Optional[str] = "auto",
save_dvc_exp: bool = False,
):
```

Expand Down Expand Up @@ -71,6 +72,9 @@ You can use `Live()` as a context manager. When exiting the context manager,

If `report` is `None`, `Live.make_report()` won't generate anything.

- `save_dvc_exp` - If `True`, DVCLive will create a DVC <abbr>experiment</abbr>
as part of `live.end()`.

## Methods

- `Live.log_image()`
Expand Down