Comment on page
Creating a Model
You can add a model to a model registry by selecting a previous experiment or by uploading local checkpoint files. To create a model, create a model repository first under MODELS. We recommend following our naming conventions to improve project maintainability.
.png?alt=media)
Only
completed
experiments can be sourced to create models.There are two entry points to create a model in the repository.
You can create models on the model repository page. Click the
New Model
button, set the model description and tag, find the experiment you want, and choose the desired directory you want to put in the model..png?alt=media)
If you find an experiment that you want to create a model from its output files, you can create one by clicking the
Create Model
button under the Actions
button on the experiment detail page. Select the model repository and clickSELECT
on the dialog..png?alt=media)
Then, set the model description and tag, and choose the desired directory among the output files of the experiment on the model create page. You can include or exclude specific directories in the output files checkbox section.
.png?alt=media)
Uploading the checkpoint files on your local machine to VESSL is another way to utilize the model registry feature. If you select the
model from local
type when selecting Source in Models>Model Repository>New Model
, you can create a model by uploading a local file..png?alt=media)
Last modified 1yr ago