How to track multiple trainings and models using single DVC repo and yaml? #6949
Unanswered
aveek-brahmachari
asked this question in
Help
Replies: 1 comment 2 replies
-
You can initialize multiple DVC Repos in separated subdirectories under the same git project: https://dvc.org/doc/command-reference/init#initializing-dvc-in-subdirectories |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A git project may have many different models for different purposes. It does not seem to be a solution to have multiple DVC repos and track each training/experiment/model separately.
So the question is if there are multiple tasks: Task A, Task B, Task C, Task D,......Task Z and there are various models trained for the same, how can we use DVC to efficiently do this ? Did not find any example explaining this.
Beta Was this translation helpful? Give feedback.
All reactions