Jump to Content
coremltoolsGuidesAPI ReferenceExamples
HomeGuides
GuidesAPI ReferenceExamplesCore ML FormatGithubcoremltools
Guides
Core ML FormatGithub
HomeGuides

Overview

  • Core ML Tools Overview
    • Contributing
    • Contribution Guidelines
    • GitHub
  • New Features
    • Release Notes
    • Migration Workflow
  • Core ML Tools FAQs

Essentials

  • Installing Core ML Tools
  • Getting Started
  • Unified Conversion API
  • Core ML Model Format

Unified Conversion

  • Converting Source Models
  • ML Programs
    • Comparing ML Programs and Neural Networks
    • Typed Execution
    • Typed Execution Workflow Example
  • Converting from TensorFlow
    • TensorFlow 1 Workflow
    • Converting a TensorFlow 1 Image Classifier
    • Converting a TensorFlow 1 DeepSpeech Model
    • TensorFlow 2 Workflow
    • Converting TensorFlow 2 BERT Transformer Models
  • Converting from PyTorch
    • Model Tracing
    • Model Scripting
    • Converting a Natural Language Processing Model
    • Converting a torchvision Model from PyTorch
    • Converting a PyTorch Segmentation Model
  • Conversion Options
    • Model Input and Output Types
    • Image Input and Output
    • Classifiers
    • Flexible Input Shapes
    • Composite Operators
    • Custom Operators
    • Graph Passes
  • Model Intermediate Language

Model optimization

  • Compressing ML Program Weights
  • Compressing Neural Network Weights

Other Converters

  • LibSVM
  • Scikit-learn
  • XGBoost

MLModel

  • MLModel Overview
  • Xcode Model Preview Types
  • MLModel Utilities
  • Model Prediction
  • Updatable Models Overview
    • Neural Network Classifier
    • Pipeline Classifier
    • Nearest Neighbor Classifier

Release Notes

Suggest Edits

Learn about changes to the coremltools package from the following release notes:

  • Release Notes (newest)

For information about previous releases, see the following:

  • Release Notes for coremltools 5.2
  • Release Notes for coremltools 5.0
  • Release Notes for coremltools 4.1
  • Release Notes for coremltools 4.0
  • Release Notes for coremltools 3.4
  • All release notes

Updated over 2 years ago