gpt4 book ai didi

crash - 由于在 iOS 13 beta 及更高版本中找不到 mlmodel 文件 url,应用程序崩溃

转载 作者:行者123 更新时间:2023-12-03 00:08:35 26 4
gpt4 key购买 nike

一直在我的应用程序中使用ml模型。它在iOS 13以下运行得很好。但是相同的mlmodle在iOS 13及更高版本中崩溃了。请尽快指导我。我觉得它是Apple .PFB日志的错误

[coreml] MLModelAsset: load failed with error Error Domain=com.apple.CoreML Code=0 "Invalid URL for .mlmodel." UserInfo={NSLocalizedDescription=Invalid URL for .mlmodel.}

2019-09-14 18:32:58.776078+0530 Testing[565:205914] [coreml] MLModelAsset: modelWithError: load failed with error Error Domain=com.apple.CoreML Code=0 "Invalid URL for .mlmodel." UserInfo={NSLocalizedDescription=Invalid URL for .mlmodel.}

Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=com.apple.CoreML Code=0 "Invalid URL for .mlmodel." UserInfo={NSLocalizedDescription=Invalid URL for .mlmodel.}:

2019-09-14 18:32:58.777056+0530 OrigoTesting[565:205914] Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=com.apple.CoreML Code=0 "Invalid URL for .mlmodel." UserInfo={NSLocalizedDescription=Invalid URL for .mlmodel.}: file ModelWrapper.swift, line 30

在我的模型包装文件中,我有以下代码

public init(url: URL) {

print("url :\(url)")

self.model = try! TestModel(contentsOf: url)

}

此代码在 iOS 13 下运行得很好。

请指导。

最佳答案

当您捆绑应用程序时,模型将被编译。对于 iOS 13,您必须在 bundle 中搜索 .mlmodelc,您的 iPhone 上不存在 .mlmodel 文件。

关于crash - 由于在 iOS 13 beta 及更高版本中找不到 mlmodel 文件 url,应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57941376/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com