|
|
|
|
|
by dmpetrov
607 days ago
|
|
In this cases, you need DVC if: 1. File are too large for Git and Git LFS. 2. You prefer using S3/GCS/Azure as a storage. 3. You need to track transformations/piplines on the file - clean up text file, train mode, etc. Otherwise, vanilla Git may be sufficient. |
|