Deep learning framework for mobile, edge, and cloud training/inference
Top 10.9% on sourcepulse
MindSpore is an open-source deep learning framework designed for mobile, edge, and cloud scenarios, targeting data scientists and algorithmic engineers. It offers native support for Ascend AI processors and aims for software-hardware co-optimization, providing a friendly development experience and efficient execution.
How It Works
MindSpore employs Source Transformation (ST) for automatic differentiation, contrasting with Operator Overloading (OO) used by frameworks like PyTorch. ST enables static compilation optimization and handles complex control flows natively, leading to potential performance gains. Its automatic parallelization supports data, model, and hybrid parallelism through fine-grained operator splitting, abstracting complexity from the user.
Quick Start & Requirements
pip
with pre-built wheels or by compiling from source. Docker images are also available.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
Inactive