Dave Berenbaum
Dave Berenbaum
So the problem is that `${PPL_PTH}/config.yaml/config.yaml` in `params` is not getting expanded to `pipelines/02_seg/config.yaml` in `dvc status`, correct? Is it a problem for other commands as far as you know?...
~@skshetry will know better how the internals work here, but I think DVC loads the parameters first to then fill variables from the dvc.yaml template. So I think it becomes...
So you are looking for how you compare different experiment results, correct? With dvc, it is not expected that they live side-by-side in subdirectories. Instead, each is a git commit....
> If I'm not mistaken, it appears that the `Live`'s `dvcyaml` argument should also accept `pathlib.Path` objects. Correct. > Therefore, the argument should be defined as `dvcyaml: Optional[Union[str, pathlib.Path]] =...
@JenniferHem Have you tried keeping them all "horizontally" in one line? How related is each experiment? How would you like to be grouping each "run" that combines the endpoints if...
It makes sense. You should be able to use `Live(resume=True)` to keep appending to the same dvclive folder for each model run. There was a bug that was fixed in...
@shcheklein Does `dvc queue logs motor-abac` work? Edit: asking to see if it's only about https://github.com/iterative/dvc/issues/9425 or if it is also related to https://github.com/iterative/dvc/issues/9616.
The priority makes sense, but there are two underlying issues, and I'm not sure if we are trying to cover both here: 1. https://github.com/iterative/dvc/issues/9425: VS Code needs to detect which...
> The first item will be fixed automatically if the first one is fixed, right? What did you mean here? I don't know that either one will fix the other....
Yes, I think that is correct. It looks related to a previous issue in https://github.com/iterative/dvc/issues/5046. DVC uses both of these methods and they don't seem to always be consistent: https://github.com/iterative/dvc/blob/9b5772fab8ad6ca7e885c97d094043b6ac2e34a9/dvc/ignore.py#L395-L409...