Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Missing Artifact in Doc Guide #2363

Open
YifanShenSZ opened this issue Oct 7, 2024 · 2 comments
Open

[Doc] Missing Artifact in Doc Guide #2363

YifanShenSZ opened this issue Oct 7, 2024 · 2 comments
Labels
bug Unexpected behaviour that should be corrected (type)

Comments

@YifanShenSZ
Copy link
Collaborator

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 YifanShenSZ added the bug Unexpected behaviour that should be corrected (type) label Oct 7, 2024
@YifanShenSZ
Copy link
Collaborator Author

Thanks @quintinoandre for noticing this issue 🙏

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

@TobyRoseman
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behaviour that should be corrected (type)
Projects
None yet
Development

No branches or pull requests

2 participants