.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.