Continuously train CoreML model after shipping

前端 未结 7 839
梦毁少年i
梦毁少年i 2020-12-28 08:51

In looking over the new CoreML API, I don\'t see any way to continue training the model after generating the .mlmodel and bundling it in your app. This makes me think that I

相关标签:
7条回答
  • 2020-12-28 09:23

    CoreML 3 now supports on-device model personalization. You can improve your model for each user while keeping its data private.

    https://developer.apple.com/machine-learning/core-ml/

    0 讨论(0)
提交回复
热议问题