Managing Models

Create a Model

There are two ways to create a Model in Gradient, and both can be done via the web UI or CLI:

1. Run a workload that generates a Model

You can do this via using a Gradient Action or the SDK. This will place your Model in your Project's Model Repository.

View the full CLI/SDK Docs for Models here.

2. Upload a Model

To upload a Model via the Web UI, first navigate to the Models page.

From there, click Upload a Model +

This will open up a modal to Upload a Model, where you can drag 'n' drop a Model file from your local machine (or click to find it locally), as well as select the model Type and provide a Name, custom Summary, and any Additional Notes as metadata. Additionally, you can click "Or Upload a directory" to select a local folder.

Then click Upload Model. This will upload and register the Model in Gradient.

View Models in Your Model Repository

You can view your team's Models in your Model Repository via the Web UI or CLI, as seen below.

Navigate to Models in the side nav to see your list of trained Models:

As you can see, the Web UI view shows your Model ID, when the model was created, the S3 bucket location of your model, your metrics summary data, the Experiment ID, the model type, and whether it is currently deployed on Paperspace.

You can click Deploy Model to Create a Deployment with your Model. And you can click Open Detail to see a more detailed view of the Model's performance metrics. This will also show a list of all of the checkpoint files (artifacts) generated by the Experiment, as well as the final Model at hand, and you can download any of those files.

Renaming a Model

Just click on the name to rename your model.

Delete a Model

Delete models in your Model Repository

Navigate to Models in the side nav to see your list of trained Models. From here you can delete models by clicking the delete button.

Last updated