0

After i created MLImageClassifierBuilder() in playground and saved ML model, it saved as "ImageClassifier.mlmodel" on desktop. But how to open that file in playground again?

Dávid Pásztor
  • 51,403
  • 9
  • 85
  • 116

1 Answers1

0

You need to use it "as is" and load it in your project.

You cannot edit it after it was generated, you can only recreate it again with the new input.

Durdu
  • 4,649
  • 2
  • 27
  • 47