Jorge Orpinel

Results 355 comments of Jorge Orpinel

Idk if this is the right issue or if we need another one but users are reporting DVC 2.0 to be very slow with basic operations. Sounds like something to...

> If path is not found it probably already raises some error? Currently it clones `url`, then evaluates the absolute path from there in the local file system, so it...

> maybe both of those to create a verbose output and maybe even with more fields. > > ``` > $ dvc stages > build-us: Builds a US specific model...

What do you mean @dberenbaum? 🙂

BTW @pmrowla do you know if we've considered merging `dvc params/metrics/exp diff` into a single command (e.g. `dvc compare`)? Or maybe as flags of `dvc diff`.

Not sure, I'd expect some PR to close this at some point but feel free to do so manually when you think it's addressed. Thanks

the way Git handles this is > looks for files that are named and sized similarly, and stores just the deltas from one version of the file to the next...

In case this is useful, there's [Zarr](https://zarr.readthedocs.io/en/stable/index.html) for Python: > Zarr is a format for the storage of chunked, compressed, N-dimensional arrays. > - Create N-dimensional arrays with any NumPy...

Hey @jdonzallaz per #5029 it's possible to include untracked files in tmp exp dirs by staging them before queueing the experiment. So I think you could try something like ```console...