Exercise guide — refer to the official documentation for full details.
Standard training workloads run a training job to completion and then exit. Unlike workspaces, they're not interactive.
Navigate to Workload Manager > Workloads
Click + New Workload and select Training
Select the alpha-project-1-gpu project
Set Workload architecture to Standard (not distributed)
Select Start from Scratch
Fill in:
| Field | Value |
|---|---|
| Name | mnist-standard-training |
Click Continue
Select or create an environment
Select the one-gpu compute resource
Select the standard-training-pvc data source
The training job should complete and move to Completed status. Check the logs to confirm the training output.