DVC is a data versioning tool and pipeline orchestrator designed to track large datasets and machine learning models. It functions as a system for managing large data artifacts by storing lightweight metadata in version control while keeping the actual binaries in a separate cache.
iterative/dvc 的主要功能包括:Dataset Versioning Systems, Pointer-Based Tracking, Experiment Tracking, Machine Learning Experiment Trackers, Model Reproducibility Tools, Model Versioning Systems, Content-Addressable Storage, Data Pipeline Automation。
iterative/dvc 的开源替代品包括: treeverse/dvc — DVC is a data versioning tool and pipeline orchestrator designed to track large datasets and machine learning models… wandb/wandb — Wandb is a centralized platform for machine learning experiment tracking, model registry management, and workflow… mlflow/mlflow. iterative/mlem — 🐶 A tool to package, serve, and deploy any ML model on any platform. Archived to be resurrected one day🤞. christoschristofidis/awesome-deep-learning — This project is a curated directory of resources, libraries, and frameworks designed to support the development,… allegroai/clearml — ClearML is a comprehensive MLOps platform designed to manage the entire machine learning lifecycle. It functions as an…
DVC is a data versioning tool and pipeline orchestrator designed to track large datasets and machine learning models using external storage and metadata pointers. It integrates with Git by utilizing placeholders to keep heavy artifacts out of the repository while maintaining a versioned link between code and data. The system manages remote data caches through a synchronization layer that connects local environments to cloud storage or network filesystems. It also functions as an experiment tracker, recording hyperparameters and metrics to compare the performance of different model iterations.
Wandb is a centralized platform for machine learning experiment tracking, model registry management, and workflow orchestration. It provides a comprehensive suite of tools for logging, visualizing, and versioning training metrics, model artifacts, and hyperparameter sweeps to ensure reproducibility across development cycles. The platform also functions as an observability tool for large language model applications, enabling the tracing of execution steps, token usage, and reasoning processes. The project distinguishes itself through its event-driven automation capabilities, which allow users
🐶 A tool to package, serve, and deploy any ML model on any platform. Archived to be resurrected one day🤞