Skip to content
Huaizheng edited this page Feb 19, 2021 · 10 revisions

MLModelCI is an easy-to-use toolkit to build high-performing ML products from newly trained research models.

APIs described in this are classified by different levels


modelci service

modelci service init

modelci service stop

modelci service clean

  • modelci service monitor

modelci modelhub

modelci modelhub publish

publish a model to our system

modelci modelhub list

show a table that lists all models published in mlmodelci

modelci modelhub get

download a model weight file from an url

modelci modelhub export

For quickly download a model from Pytorch/Tensorflow Hub to our system. Not officially supported API

modelci modelhub detail

detail a single model's information

  • modelci modelhub update

  • modelci modelhub delete

  • modelci modelhub convert

  • modelci modelhub profile

  • modelci modelhub dispatch

modelci modelps

  • modelci modelps visulize pop up a webpage to display a model's structure

  • modelci modelps edit pop up a webpage to guide users edit a model step by step

  • modelci modelps tune fine-tune a model on a specific dataset

Clone this wiki locally