Tagged in

Dvc

Kapernikov
Kapernikov
Kapernikov is a consultancy company, specialized in machine vision, data science and cloud architecture. We apply (big) data analytics and computer vision techniques to turn data streams into valuable information which in turn helps people or robots make the right decisions.
More information
Followers
17
Elsewhere
More, on Medium

DVC — How to experiment with data and annotated datasets

DVC is a tool to track dataset versions for your ML model, integrated with Git. This way, you can track versions of your data and model as well as the versions of your code. You could use DVC by just adding the datasets and models…