LoslegenKostenlos loslegen

DVC remotes in action

In this exercise, you'll learn how to set up and use DVC remotes to store and share your datasets securely. Whether it's a colleague across the globe or your future self working on the project, DVC remotes ensure that your data is readily accessible and up-to-date. This exercise already has DVC initialized and the dataset added to DVC cache. We will be limiting ourselves to DVC remotes set up on a local filesystem.

The syntax for adding a default DVC remote is

dvc remote add -d --local <remote_name> </path/to/folder>

where -d indicates the default DVC remote, and --local indicates that the DVC remote is pointed locally.

Diese Übung ist Teil des Kurses

CI/CD for Machine Learning

Kurs anzeigen

Interaktive Übung

Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um

Übung starten