1

I have created an Image Classifier model using CreateML. Now I am trying to update that model using CoreML but I am unable to do so. I am getting this error "Pipeline is not marked as updatable to perform update."

1 Answer 1

1

You need to mark the model inside the pipeline as being updatable, and also the pipeline itself. Plus, the model will need some settings, such as the type of optimizer to use etc.

More details here: https://machinethink.net/blog/coreml-training-part4/

Sign up to request clarification or add additional context in comments.

3 Comments

Can you please explain how can I mark the model updatable in CreateML interface provided by XCode?
As far as I know, you can't do it in Create ML.
Did you find any solution for this?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.