vscode-dvc
vscode-dvc copied to clipboard
Machine learning experiment tracking and data versioning with DVC extension for VS Code
We need to help users manage stages, metrics, models, params within the editor.
- [ ] Dismiss interactive tooltips on ESC (https://github.com/iterative/vscode-dvc/pull/1986#issuecomment-1177989980) - [ ] On a bulk selection, if any of the experiments is removable, then show the remove option and remove...
When running a checkpoint based experiment with 200 epochs (in the workspace) `exp show --no-fetch --show-json` can take ~2m to return. The command seemed to max out at `138696ms` run...
I use to work with many folders under the same workspace, however the extension seems to be designed to have just one project. The most I can do is select...
Since both product deal with experiments it's not immediately clear what's the difference is and when each of them should be used + we could have an extra mention of...
1. Why don't we use code snippets instead of just images? 2. Would expect to see the same title (correct for all the sections) 3. The section is about Available...
This is a kinda fast way to help users to have custom information about the experiment. Please let’s discuss this idea. Thanks Note: we finally will remove the plots toggle...
Hey, here I would like to raise this flag so we can discuss what our future plan is. Thanks Our options as I see it: ### One Completely remove the...
In the Plots and Experiments views, is it possible to compare the workspace or experiments to past commits or branches? Right now, it seems limited to experiments based on the...
It would be nice to support https://dvc.org/doc/command-reference/exp/init as part of the extension commands. The command is useful for bootstrapping projects and only requires `git init` and `dvc init` which, as...