dvc icon indicating copy to clipboard operation
dvc copied to clipboard

🦉 ML Experiments and Data Management with Git

Results 329 dvc issues
Sort by recently updated
recently updated
newest added

* [x] ❗ I have followed the [Contributing to DVC](https://dvc.org/doc/user-guide/contributing/core) checklist. * [x] 📖 If this PR requires [documentation](https://dvc.org/doc) updates, I have created a separate PR (or issue, at least)...

A: experiments
bugfix
A: pipelines

* [ ] ❗ I have followed the [Contributing to DVC](https://dvc.org/doc/user-guide/contributing/core) checklist. * [ ] 📖 If this PR requires [documentation](https://dvc.org/doc) updates, I have created a separate PR (or issue,...

# Bug Report ## Description I was working on a new command in the extension where you can "share an experiment". I got some surprising results in that the experiment's...

awaiting response
product
A: experiments

User were getting: ```python dvc.rwlock.RWLockFileCorruptedError: Unable to read RWLock-file '.dvc/tmp/rwlock'. JSON structure is corrupted ``` when running multiple pipelines in parallel. The reason for this is again our `unlocked(cmd)` logic,...

i went through the doc for data registry at `https://dvc.org/doc/use-cases/data-registry` but i am still not clear about how to `update registry` if I understand correctly, for a project that imports...

example: https://github.com/iterative/dvc/runs/7649735321?check_suite_focus=true#step:7:5540 Need to take a look.

testing
ci

## Bug description Queue experiment run the wrong pipeline. I was able to reproduce it on a simplistic repo, but users have issue in a more multi-pipeline scenario (it's not...

A: experiments
bug

# Bug Report ## `dvc list -R`: listing contents of data registry fails, when using recursive flag I setup a sample [data registry](https://github.com/hfrechen/data-registry-test) containing the data generating code using a...

:bug: bug
ui
A: data-sync

The feature will be used depending on whether `config.hydra.output_file` has been set or not. Uses `hydra.initialize_config_dir` and `hydra.compose` (from https://hydra.cc/docs/advanced/compose_api/) to build the config and dump it to `config.hydra.output_file`. `config.hydra.config_dir`...

A: experiments
feature
A: params

add `--no-download` flag to `dvc import-url`/`dvc update` to only create/update `.dvc` files without downloading the associated data Closes #7918

A: data-sync