The summary tab provides a comprehensive overview of all run configurations. It displays sections such as metadata, resources, task, and environment variables, which reflect the settings and parameters selected at the time of creation. This tab allows users to review the configurations applied to each run.
The logs tab provides detailed, real-time information about the status and progress of your workload. This tab is essential for monitoring and troubleshooting processes. You can monitor the logs from the Docker container including status updates and print()
statements. Here’s a breakdown of what each entry in the log represents:
Logs breakdown
Timestamp: Each entry is prefixed with a timestamp indicating when the event occurred. This helps in tracking the chronological order of events.
Workload status: Displays the current status of the workload, such as “awaiting to start,” “pending,” “initializing,” “running,” and “terminated.” These statuses provide insights into the lifecycle of the workload.
Container management:
afcwn4qtal66/run-execution-tn135slf9wv1-0
.Resource utilization:
Package installation:
Warnings and errors: Highlights any warnings or errors encountered during the workload execution. Users should pay attention to these entries to address potential issues, such as package conflicts or permission warnings.
Execution and termination:
The plots tab provides an overview of key metrics for your runs, such as accuracy and loss. You can also filter out the outliers by checking Ignore outlier box and controlling the Smoothing of the curves.
View the system metrics (usage of CPU, memory, network) with Python SDK.
View the image files with Python SDK in the Media section.
View the audio files with Python SDK in the Media section.
You can also view images. You can configure the number of displayed images using VESSL Python SDK.
You can monitor system metrics such as CPU, GPU, memory, disk, and network usage.
The files tab guides you to navigate and download the output and input files. You can also do this using VESSL Client CLI.