On device personalisation

Hey everyone,


Just wondering if anyone knows how to create a coreML model with the "update" parameter. It doesn't let you do it in createML and Apple only has information on how to use the parameter once it's already there, but not how to mark the model as updatable.


Thanks,

Jordan.

Replies

You have to modify the model afterwards using some Python code.


You can see some examples here: h ttps ://github.com/apple/coremltools/tree/master/examples/updatable_models