Adding metadata as author and description
See original GitHub issueHello,
I have tried with different options to add the metadata labels. The examples in internet are those:
core_model.author = 'Hincat'
core_model.license = 'BSD-3'
core_model.save('Favourite.mlmodel')
mlmodel.author = ‘tpeter’
mlmodel.license = ‘MIT’
mlmodel.short_description = ‘This model takes a picture of a leopard and predicts its gender’
model.author = 'Author'
model.license = 'BSD'
model.short_description = 'Predicts the price of a house in the Seattle area.'
But none of these options worked. (Obviously changing the text after the equal symbol.) Please, can you inform about how to set the metadata? Regards,
Jorge
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10
Top Results From Across the Web
HTML Meta Tags — Keyword, Description, Author Name
HTML meta tags describe the metadata of the HTML page where it contains page description, author of ... Author attribute specifies the author...
Read more >HTML meta tag - W3Schools
Describe metadata within an HTML document: ... used to specify character set, page description, keywords, author of the document, and viewport settings.
Read more >What's in the head? Metadata in HTML - MDN Web Docs
Adding an author and description. Many <meta> elements include name and content attributes: name specifies the type of meta element it is; ...
Read more >How to Add Metadata to Images and Video
This Easy-to-Follow Tutorial explains what Metadata is & How to View and Edit Video and Image/Photo Metadata. From Copyright Protection to ...
Read more >How to Add Metadata to Your Image Files - Artwork Archive
Add metadata using Photoshop* · Drop an image file into Photoshop · Click on “File” in the top menu, then select "File Info"...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You edit the core ml spec and then save the model, like so:
This issue is being closed due to inactivity. Please feel free to re-open if you still have questions surrounding this issue. Thanks!