Open-source ML platform for simplifying training, tuning, tracking, and resource management
Top 15.6% on sourcepulse
Determined AI is an open-source platform designed to streamline deep learning workflows for researchers and engineers. It simplifies distributed training, hyperparameter tuning, experiment tracking, and resource management, aiming to accelerate model development and reduce cloud costs.
How It Works
Determined operates through a Python library, a command-line interface (CLI), and a web UI. The Python library allows users to integrate their PyTorch or TensorFlow code by organizing it within PyTorchTrial
or TFv1Trial
classes or by using the lower-level Core API. This abstraction handles distributed execution and hyperparameter search, enabling faster training and automated tuning. The CLI manages cluster deployment (local, AWS, GCP) and experiment execution, while the Web UI provides comprehensive visualization of training progress, resource utilization, and model artifacts.
Quick Start & Requirements
pip install determined
det deploy local cluster-up
for local setup or det deploy aws up
/ det deploy gcp up
for cloud.Highlighted Details
Maintenance & Community
4 months ago
Inactive