Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

"Machine Learning Essentials" toolkits need model metadata #2800

Closed
syoutsey opened this issue Dec 5, 2019 · 0 comments · Fixed by #2953
Closed

"Machine Learning Essentials" toolkits need model metadata #2800

syoutsey opened this issue Dec 5, 2019 · 0 comments · Fixed by #2953
Assignees
Labels
Milestone

Comments

@syoutsey
Copy link
Collaborator

syoutsey commented Dec 5, 2019

These toolkits need metadata toolkit type associated with the exported Core ML model (Boosted Trees, Logistic Classifier, etc.). Related: #2794.

For example, the Style Transfer toolkit exposes the type key as part of the Creator Defined Core ML keys:

creatorDefinedKey: {
    "com.github.apple.os.platform" = "Darwin-19.0.0-x86_64-i386-64bit";
    "com.github.apple.turicreate.version" = "6.0rc1";
    "content_feature" = image;
    "max_iterations" = 2;
    model = "resnet-16";
    "num_styles" = 1;
    "style_feature" = image;
    "training_iterations" = 2;
    type = "style_transfer";
    version = 1;
}
@syoutsey syoutsey added the p1 label Dec 5, 2019
@syoutsey syoutsey added this to the 6.0 milestone Dec 5, 2019
@syoutsey syoutsey added p2 and removed p1 labels Dec 5, 2019
@srikris srikris modified the milestones: 6.0, 6.1 Dec 5, 2019
@fareeha fareeha self-assigned this Jan 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants