Dave Berenbaum
Dave Berenbaum
Goals for UI: 1. Abstract UI implementation to apply high-level functions/classes to all UI components - [x] #5347 and #5348 2. Establish CLI/UI guidelines 3. Improve formatting, style, and functionality...
Extracted from https://github.com/iterative/dvc.org/pull/2917#discussion_r747749772: > @dberenbaum > What happens if you use --remote without --cloud? > > @jorgeorpinel > Looks like the remote is ignored and it operates locally instead. A...
It would be nice to support `dvc get origin models/model.h5`. It seems unnecessary to have to type out the full URL for a known Git remote. Edit: The context for...
> @dberenbaum why don't we introduce a command in dvc for the check availability of buckets/directories? like `dvc auth check s3://mybucket` / `dvc credentials azure://mycontainer` From @dmpetrov
# Bug Report ## Description Pushes data imported with `dvc import` to remote when remote is configured with `worktree = true`. ### Reproduce 1. Clone https://github.com/iterative/example-get-started 2. Configure a remote...
Good catch! You're right, there's no hash values in deps for `import --no-download`, which means that the dependencies aren't actually locked. Will need to fix this in `dvc` too. c.c....
As a follow up to #8083, it would be helpful to have support for random search. It's not possible with the basic sweeper in hydra. Possible solutions: 1. Add support...
See #6104 for the full discussion (summary comment pasted below). Here's the basic proposal of how I see this working: * Map initial dependency state to final output state in...
@daavoo Mentioned how users repeatedly find it confusing that their experiments disappear after `git commit`. I doubt we want to default to `dvc exp show -A`, so can we reduce...
# Bug Report ### Description On `dvc update --to-remote`, the `deps` section isn't updated, and the old output remains in the workspace. ### Reproduce Repro script: ``` mkdir update-to-remote mkdir...