coremltools
coremltools copied to clipboard
[Doc] Missing Artifact in Doc Guide
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
Thanks @quintinoandre for noticing this issue 🙏
@TobyRoseman do you have any context on this doc guide?
Sorry, I have no idea. Perhaps @aseemw might have details here.