Standard Training
Exercise guide — refer to the official documentation for full details.
Overview
Standard training workloads run a training job to completion and then exit. Unlike workspaces, they're not interactive.
Create a Standard Training Workload
- Navigate to Workload Manager > Workloads
- Click + New Workload and select Training
- Select the
alpha-project-1-gpuproject - Set Workload architecture to Standard (not distributed)
- Select Start from Scratch
-
Fill in:
Field Value Name mnist-standard-training -
Click Continue
Environment
- Select
mnist-standard-trainingas the environment
Compute Resources
- Select the
one-gpucompute resource
# Data & Storage
- Select
standard-training-pvcas the data source
Submit
- Click Create Training
- Wait for the workload to reach Running status
- Select your workload and click on Show Details to monitor progress
Verify
The training job should complete and move to Completed status. Check the logs to confirm the training output.