-
# Bug Report
## Description
When defining a stage in `dvc.yaml`, it is important to declare dependencies via the `deps` field, so that DVC can leverage its cache to avoid rerunning the stage unnec…
-
I've wanted gx to have closer integration with git (and others) for quite a while. I think the best way to do this would be to have a "DVCS" field in the config that contains some fields like:
```
"D…
-
### Summary
from Dan Shearer Counting the references in TTW, it looks like github is about 642, gitlab is 38 and bitbucket is 6. TTW tries not to be prescriptive about tools and certainly not to i…
-
For data versioning:
https://www.youtube.com/watch?v=kLKBcPonMYw&feature=emb_title
For pipeline control:
https://www.youtube.com/watch?v=71IGzyH95UY
This relates to #24, because dvc pipelines …
-
Similar question to the one here:
https://github.com/drivendata/cookiecutter-data-science/issues/158
What are your thoughts on integration with `dvc`?
-
I'm trying to use [dvc](https://dvc.org/) in mach-nix based development environment with no success.
The issue seems to be that dvc uses its own python env and not the mach-nix's which causes scripts…
rdk31 updated
2 years ago
-
Background in https://github.com/iterative/dvc/issues/8973.
Here is the setup from that issue:
```python
# train.py
from random import random
from dvclive import Live
NUM_EPOCHS = 10
…
-
-
As mentioned in topic I have found two issues
1. dvc pull --glob ".*json" tries to pull dvcignored files
2. dvc pull --glob "*.json" ignores the pattern and pulls everything
Explaination 1:
Lets…
-
OpenAL Soft 1.22.2
Visual Studio 2022
x86 Debug build
Windows 11 21H2 (22000.1098)
RealTek audio driver 10.0.22000.653 (4/28/22)
For this code
```
auto dvc = alcOpenDevice(nullptr);
alcClo…