Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into CML to build models and DVC to version them #2

Closed
vemonet opened this issue Jul 8, 2020 · 1 comment
Closed

Look into CML to build models and DVC to version them #2

vemonet opened this issue Jul 8, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@vemonet
Copy link
Member

vemonet commented Jul 8, 2020

Build models using GitHub Actions or GitLab CI: https://cml.dev/

Version models with https://dvc.org/
See https://determined.ai/blog/building-an-enterprise-deep-learning-platform-2/

DVC is significantly more lightweight than Pachyderm, running locally and adding versioning on top of your local storage solution. DVC simply integrates into existing Git repositories to track the version of data that was used to run experiments. ML teams can also define and execute transformation pipelines with DVC; however, the biggest drawback of DVC is that those transformations run locally and are not automatically scaled to a cluster. Notably, DVC does not handle the storage of data, simply the versioning.

See also: https://developer.download.nvidia.com/video/gputechconf/gtc/2019/presentation/s9264-how-to-build-efficient-ml-pipelines-from-the-startup-perspective.pdf

Explore Kubeflow?

@vemonet vemonet added enhancement New feature or request question Further information is requested labels Jul 8, 2020
@vemonet vemonet self-assigned this Jul 8, 2020
@vemonet vemonet changed the title Look into CML to build models Look into CML to build models and DVC to version them Jul 8, 2020
@vemonet
Copy link
Member Author

vemonet commented Sep 23, 2020

Moved to #1

@vemonet vemonet closed this as completed Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant