GitXplorerGitXplorer
a

coremltools

public
4523 stars
660 forks
369 issues

Commits

List of commits on branch main.
Verified
c7855a46d50ec631ad96fe17b0772f339a366804

Fix Documentation Typo (#2417)

TTobyRoseman committed a month ago
Verified
bdc98107d32834f6232badde8ee63687a8e5325d

zeros, full, new zeros, new full are now automatically supported (#2408)

YYifanShenSZ committed 2 months ago
Verified
6e662f38e798ed71a27866f16c86f37a1de8397a

Fix a bug when fusing non-scalar pow-operations (#2395)

kkasper0406 committed 2 months ago
Verified
33f3600d0188cd49a2449a6da5e4e7a41c801775

[Torch.Export] Support Some Final Important Ops Translation (#2406)

YYifanShenSZ committed 2 months ago
Verified
32ebc557d692e6e7d28d5dc799f21c2afdcd654e

[Torch.Export] Support Some New Ops Translation (#2403)

YYifanShenSZ committed 2 months ago
Verified
be29fb98dbbd04249edb3148abf381885a506fd3

[Docs] Update Torch.Export Guides (#2401)

YYifanShenSZ committed 2 months ago

README

The README file for this repository.

Build Status PyPI Release Python Versions

Core ML Tools logo

Use Core ML Tools (coremltools) to convert machine learning models from third-party libraries to the Core ML format. This Python package contains the supporting tools for converting models from training libraries such as the following:

With coremltools, you can:

  • Convert trained models to the Core ML format.
  • Read, write, and optimize Core ML models.
  • Verify conversion/creation (on macOS) by making predictions using Core ML.

After conversion, you can integrate the Core ML models with your app using Xcode.

Install Version 8.1

To install the latest non-beta version, run the following command in your terminal:

pip install -U coremltools

Core ML

Core ML is an Apple framework to integrate machine learning models into your app. Core ML provides a unified representation for all models. Your app uses Core ML APIs and user data to make predictions, and to fine-tune models, all on the user’s device. Core ML optimizes on-device performance by leveraging the CPU, GPU, and Neural Engine while minimizing its memory footprint and power consumption. Running a model strictly on the user’s device removes any need for a network connection, which helps keep the user’s data private and your app responsive.

Resources

To install coremltools, see Installing Core ML Tools. For more information, see the following: