시작하기무료로 시작하기

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.

이 연습은 강의의 일부입니다

CI/CD for Machine Learning

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작