We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In our doc guide for MLModel -> Updatable Models -> Pipeline Classifier, we mentioned an artifact ./models/TinyDrawingEmbedding.mlmodel
./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
The text was updated successfully, but these errors were encountered:
Thanks @quintinoandre for noticing this issue 🙏
@TobyRoseman do you have any context on this doc guide?
Sorry, something went wrong.
Sorry, I have no idea. Perhaps @aseemw might have details here.
No branches or pull requests
In our doc guide for MLModel -> Updatable Models -> Pipeline Classifier, we mentioned an artifact
./models/TinyDrawingEmbedding.mlmodel
However, we didn't mention where to obtain
./models/TinyDrawingEmbedding.mlmodel
The text was updated successfully, but these errors were encountered: