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

add video of sharing exps via vs code #4865

Merged
merged 4 commits into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ You can send [live metrics and plots] to [Studio], [push] entire completed
<abbr>experiments</abbr> (including data, models, and code), and convert an
experiment into a [persistent] branch or commit in your Git repo.

See the video below for how it all works using the [DVC Extension] for VS Code,
or keep reading to go deeper.

https://www.youtube.com/watch?v=UMVYjwJtRj0&autoplay=1&mute=1

## Live metrics and plots

You can send [live experiments] to [Studio](https://studio.iterative.ai), which
Expand Down Expand Up @@ -225,6 +230,8 @@ $ dvc exp remove -g origin unwet-jinn
Removed experiments: unwet-jinn
```

[dvc extension]:
https://marketplace.visualstudio.com/items?itemName=Iterative.dvc
[studio]: https://studio.iterative.ai
[live metrics and plots]: #live-metrics-and-plots
[push]: #push-experiments
Expand Down