David de la Iglesia Castro
David de la Iglesia Castro
Quick and dirty draft. Being discussed in https://github.com/iterative/studio/issues/4118
Introduced in #8067 Appears to be a Hydra limitation that the author doesn't plan to address: https://github.com/facebookresearch/hydra/issues/514
Not a blocker, but we should follow up on how to handle `hydra.sweeper` configuration from https://hydra.cc/docs/tutorials/basic/running_your_app/multi-run/#sweeping-via-hydrasweeperparams. _Originally posted by @dberenbaum in https://github.com/iterative/dvc/issues/8187#issuecomment-1238518016_
Single quote was causing issues on windows. Closes #8203
Could be worth it to check that `config_dir/config_name` exists and properly handle that case, right now if you run `exp run -v` with a non-existing config, you get the following:...
seems like we should maybe have something like a `show_empty` flag rather than relying on what output format is set _Originally posted by @pmrowla in https://github.com/iterative/dvc/pull/8177#discussion_r954693597_
## 🚀 Feature Expose options to customize the instantiation of `LightningCLI` in Flash Zero commands. ### Motivation I would like to be able to customize the instantiation. For example, to...
Closes https://github.com/iterative/dvclive/issues/273 Closes https://github.com/iterative/dvclive/issues/289 Try to focus on the simplest case: Use existing ML integration alongside DVC. The previous state jumped directly into the API overview and addressed DVC integration...
### Report The current https://dvc.org/doc/use-cases/data-registry#building-registries is focused on `dvc add` / `.dvc` files workflow. However, the same pattern can be applied using outputs of `dvc.yaml`, allowing users to introduce preprocessing...
DVC `metrics`, `params` and `plots` commands support `--targets` that allow to use the command without requiring `dvc init` / `dvc.yaml`. For example, all the following renders as expected in a...