customModel
An error code for problems related to custom models.
Declaration
static var customModel: MLModelError.Code { get }Discussion
Core ML typically throws this error when the custom model has a programming mistake. For example, a custom model’s prediction method fails with this error code if Core ML can’t find the custom model’s implementation.