coremltools icon indicating copy to clipboard operation
coremltools copied to clipboard

[Doc] Missing Artifact in Doc Guide

Open YifanShenSZ opened this issue 1 year ago • 2 comments

In our doc guide for MLModel -> Updatable Models -> Pipeline Classifier, we mentioned an artifact ./models/TinyDrawingEmbedding.mlmodel

import coremltools
from coremltools.models import MLModel

embedding_path = './models/TinyDrawingEmbedding.mlmodel'
embedding_model = MLModel(embedding_path)

embedding_spec = embedding_model.get_spec()
print embedding_spec.description

However, we didn't mention where to obtain ./models/TinyDrawingEmbedding.mlmodel

YifanShenSZ avatar Oct 07 '24 16:10 YifanShenSZ

Thanks @quintinoandre for noticing this issue 🙏

@TobyRoseman do you have any context on this doc guide?

YifanShenSZ avatar Oct 07 '24 16:10 YifanShenSZ

Sorry, I have no idea. Perhaps @aseemw might have details here.

TobyRoseman avatar Oct 07 '24 23:10 TobyRoseman