Questions tagged [dvc]

Data Version Control (DVC) is an open-source version control system for ML and data science projects. Use this tag for questions related to DVC usage and workflows.

138 questions
-1
votes
1 answer

How to add existing data via dvc?

I have some data in s3 in an aws account. i want to use that in a new machine learning project that i want to work on. to be able to use that data and track that data via dvc, do i need to download the data first to my local machine first and then…
haju
  • 95
  • 6
-1
votes
1 answer

dvc exp run --queue unexpected error 'utf-8'

ML python project pipeline works with dvc repro dvc exp run but I can't put exp in queue dvc exp run --queue ERROR: unexpected error - 'utf-8' codec can't decode byte 0xc4 in position 28: invalid continuation byte And this is full…
Dima
  • 49
  • 5
-2
votes
1 answer

How to configure/track data with dvc?

I'm tying out DVC (https://dvc.org/) , based on the docs provided , i followed the sample, with following commands (see below) . I created a folder called storage and ran => dvc add storage. now if i started adding data or csv , for example…
haju
  • 95
  • 6
1 2 3
9
10