Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Playground 中创建 MLImageClassifierBuilder() 并保存 ML 模型后,它在桌面上保存为“ImageClassifier.mlmodel”。但是如何再次在操场上打开该文件?
您需要“按原样”使用它并将其加载到您的项目中。
生成后无法编辑,只能使用新输入重新创建。