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

Core ML Model Format

Suggest Edits

The Core ML Model Format Specification contains the protobuf message definitions that comprise the Core ML Model format.

For an overview, see MLModel Overview.

Updated almost 3 years ago