-
As an alternative to: #68, [`dvc`](https://dvc.org/doc/use-cases/versioning-data-and-model-files) ([suggested here](https://github.com/ivadomed/ivadomed/issues/801#issuecomment-847494689)) is meant to…
kousu updated
3 years ago
-
# Bug Report
`push:large files are missing in remote storage`
## Description
after `dvc push`, large files (single file>20GB, ) are missing in the remote storge(AliyunOSS), while small file…
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and [discussions](https://github.com/ultralytics/hub/discussions) and found no similar quest…
-
1. Variable [size](https://github.com/fsspec/filesystem_spec/blob/f2c7717bf87d3ad999afc2022660501cd19ab44b/fsspec/spec.py#L902) is set
2. But the `size` is [bound method](https://github.com/fsspec/fi…
-
## 🚀 Feature Proposal
DVCS, or Distributed Version Control Systems, like git, allow for code to be hosted in a distributed manner. I am now [beginning to replicate][summary] my projects on 2, 3, 4…
-
It looks like you are replicating some of the aspects of DVC here. Is the idea to replace DVC?
I agree that building a package manager from combining DVC and git might be adding unnecessary comple…
-
* **What are you trying to do?**
I'm trying to run `jake ddt` on an envinroment with `dvc=3.15` installed. However, `dvc=3.15` requires `rich>12.0`, while `jake` requires `rich=11.0`
* **How cou…
-
with dvc experiments, allow the option to add tags to it so that we can easily group/filter them easily!
1. Creating an experiment `dvc exp run --name "name" --tag "tag1","tag2"`.
2. For existing …
-
one thing important while understanding git dvcs is the directory. the working directory, the folder. and all the paths in it. it is a tree. in git parlance, the working tree. and all these paths in t…
sidnt updated
4 years ago
-
The obvious solution here is a fork, but that would not really suit the latter half of the story where we want to indicate that any artifacts in our child project that were created in the parent shoul…