dvc Questions
2
Solved
Does anybody install DVC on MinIO storage?
I have read docs but not all clear for me.
Which command should I use for setup MinIO storage with this entrance parameters:
storage url: https://minio.my...
3
Solved
I use Python version 3.7.13 and create a virtual environment (venv) for a MLOps project.
A dvc package (=2.10.2) that is compatible with Python== 3.7.13 is installed in this venv.
(venv) (base) ton...
2
Solved
My team has a set up wherein we track datasets and models in DVC, and have a GitLab repository for tracking our code and DVC metadata files. We have a job in our dev GitLab pipeline (run on each pu...
Dorathydorca asked 28/5, 2021 at 20:10
2
Solved
I dvc add-ed a file I did not mean to add. I have not yet committed.
How do I undo this operation? In Git, you would do git rm --cached <filename>.
To be clear: I want to make DVC forget ab...
Puentes asked 17/9, 2019 at 3:12
2
Solved
Trying to understand dvc, most tutorials mention generation of dvc.yaml by running dvc run command.
But at the same time, dvc.yaml which defines the DAG is also well documented. Also the fact that ...
Gaseous asked 16/6, 2021 at 14:19
1
Let's say I am working inside a git/dvc repo. There is a folder data containing 100k small files. I track it with DVC as a single element, as recommended by the doc:
dvc add data
and because in my...
Urquhart asked 6/5, 2021 at 15:25
2
Solved
What is the difference between these two? We used git-lfs in my previous job and we are starting to use dvc alongside git in my current one. They both place some kind of index instead of file and c...
1
Solved
DVC uses git commits to save the experiments and navigate between experiments.
Is it possible to avoid making auto-commits in CI/CD (to save data artifacts after dvc repro in CI/CD side).
Ariellearies asked 16/4, 2020 at 7:56
1
Solved
I want to classify ~1m+ documents and have a Version Control System for in- and Output of the corresponding model.
The data changes over time:
sample size increases over time
new Features might...
2
Solved
I want my data and models stored in separate Google Cloud buckets. The idea is that I want to be able to share the data with others without sharing the models.
One idea I can think of is using sep...
Bencion asked 20/11, 2019 at 11:10
1
We starting to use dvc with git to control versioning of machine learning projects.
For dvc remote storage we use google cloud storage.
Our data set is OCR data set with more than 100000 small ima...
Exhaustion asked 8/5, 2019 at 7:33
2
Solved
I have an environment of conda configurated with python 3.6 and dvc is installed there, but when I try to execute dvc run with python, dvc call the python version of main installation of conda and ...
1
© 2022 - 2024 — McMap. All rights reserved.