Posts

Post not yet marked as solved
3 Replies
1.8k Views
Hi,I'm building a watch application that uses CoreML models. The watch application does have a counterpart iPhone app. I would like to be able to download these CoreML models from the cloud and run on the watch without needing to bundle the ml models in the app and resubmit everytime they change or we add new ones.I was happy to find the method `MLModel.compileModel(at modelURL: URL)`, however, when I discovered that it is not available on watchOS, it threw a huge wrench into the plan.Is there a way to accomplish what I need? Will the compile method ever be available on watchOS?Thanks for any help!
Posted
by Doogles1.
Last updated
.