.MLMODELC 文件扩展名
Compiled Create ML Model
| 开发者 | Apple |
| 受欢迎程度 |
1.5 | 2 票 |
什么是 MLMODELC 文件?
An MLMODELC file is a compiled machine learning model created by Apple Xcode. Xcode creates an MLMODELC file when a developer packages an app development project that includes an .MLMODEL file. The MLMODELC file is stored within the packaged app (an .APP or .IPA file).
更多信息
Using the Create ML component, Apple Xcode users can create, train, and embed machine learning models in macOS and iOS apps. During development, these models are saved as MLMODEL files.
When a developer packages an app that includes an MLMODEL file for distribution, XCode compiles the MLMODEL file to the MLMODELC format. This optimizes the model for use on an Apple device. MLMODELC files are typically stored in an app's Resources directory.
注: In some cases, an app may instead download and compile a Create ML model dynamically when a user runs that app.
如何打开 MLMODELC 文件
MLMODELC files are not meant to be opened. macOS and iOS apps that use MLMODELC files load them as needed.