Models Dashboard

The Models dashboard provides a comprehensive view for managing and monitoring your model training tasks efficiently. This section offers an overview of the following key elements:

Models Dashboard

Account and Credits

  • Project ID: Displays your project ID associated with the current project.

  • Credits: Shows the remaining credits in your account, including details about your subscription and any purchased credits.

Accounts and Credits

Model Status Visualization

A data visualization chart categorizes the status of your models into:

  • Queued

  • Training

  • Trained

Model Visualization

Recent Actions

This section highlights your recent actions within the models section of your project, providing quick insights into your latest tasks associated with your models.

Recent Actions

Model Table Structure

The Models dashboard features a unique table structure that consists of a experiments table listing all experiments. Each experiment contains models trained within that specific experiment, which can be revealed by clicking the + button ext to the experiment name.

Experiment Table

Displays a list of all experiments within the project. The key columns include:

  • Name: The name of the experiment.

  • Best Test Score: The highest test score achieved in the experiment.

  • Primary Metric: The metric used to evaluate the experiment.

  • #Classes: The number of classes in the experiment.

  • #Samples: The number of samples used in the experiment.

  • Dataset: The dataset used in the experiment.

  • Dataset Version: The version of the dataset used.

Model Table Structure

Models Table

The Models table is revealed upon clicking + to the left of each row of the experiment table. This table includes the models trained under the specific experiment. The key columns include:

  • Name: The name of the model.

  • Status: Indicates whether the model is queued, training, or trained.

  • Test Score: The test score achieved by the model.

  • Architecture: The architecture used (e.g., ResNet18, EfficientNet).

  • #Params: The number of parameters in the model.

  • Training Framework: The framework used for training (e.g., PyTorch).

  • Tuning Type: Whether the tuning was done manually or automatically.

  • Last Updated: The date and time when the model was last modified.

Model Table Structure

Delete an Experiment or Model

Delete an Experiment

  1. To delete an entire experiment, first click the checkbox next to the experiment you wish to delete in the main table section of your dashboard.

Delete Experiment

  1. This will reveal a three dots menu at the top left of the experiment table. Click on the three dots menu to see the option to delete the experiment.

Delete Experiment

  1. Select the Delete Experiment option, and an alert will appear, prompting you to type CONFIRM and then click CONFIRM to delete the experiment and all associated models.

Delete Experiment

Delete a Model within an Experiment

  1. To delete a model within an experiment, first click the checkbox next to the model you wish to delete in the sub-table section of your dashboard.

  2. If the model list is not visible, click on the + button next to the experiment name. This will reveal the list of all models associated with that experiment. Then, click on the checkbox of the model you want to delete.

Delete Model

  1. This will reveal a trash icon at the top of the model sub-table. Click on the delete icon to see the option to reveal a form to confirm your deletion process. Type CONFIRM and then click CONFIRM to delete the model.

Delete Model

Clone a Model

To clone a model within an experiment, follow the same steps as deleting a model. Instead of clicking on the trash icon, select the clone icon at the top of the model sub-table. This will open a form where you can select the target project and specify a name for the cloned model. Once completed, click Clone to create a duplicate of the selected model within the current or chosen project.

Delete Model

Publish a Model

To publish a model to the solutions tab, use the same steps as deleting a model. However, instead of clicking the trash icon, select the publish icon at the top of the model sub-table. This will open a form where you can choose the application for publishing and set the target model name. Once the details are filled, click Add to make the model available in the solutions section, accessible to others.

Delete Model

Note

Take control of your model training through either the Python SDK for programmatic workflows or our intuitive platform interface. The SDK enables automated training pipelines, perfect for developers who prefer writing code. Whether you're comfortable with direct platform interaction or want to script your training processes, you'll have the flexibility to choose your preferred approach.