Finish TinyMS hub module with load and publish feature #86
+756
−29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind enhancement
What does this PR do / why do we need it:
This PR is proposed to add the support of TinyMS model loading and publishing functions.
Model load
For those who are new to TinyMS project, they can leverage
tinyms.hub
to easily load pretrained model and apply model evaluation and inference operation. TakeLeNet5
model for example:Model support
Currently we add five model assets into TinyMS Hub:
tinyms/0.2/lenet5_v1_mnist
tinyms/0.2/resnet50_v1_cifar10
tinyms/0.2/resnet50_v1_mushroom
tinyms/0.2/mobilenet_v2_cifar10
tinyms/0.2/ssd300_v1_voc2007
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewers: