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

  1. Navigate to Workload Manager > Workloads
  2. Click + New Workload and select Training
  3. Select the alpha-project-1-gpu project
  4. Set Workload architecture to Standard (not distributed)
  5. Select Start from Scratch
  6. Fill in:

    Field Value
    Name mnist-standard-training
  7. Click Continue

Environment

  1. Select mnist-standard-training as the environment

Compute Resources

  1. Select the one-gpu compute resource
# Data & Storage
  1. Select standard-training-pvc as the data source

Submit

  1. Click Create Training
  2. Wait for the workload to reach Running status
  3. 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.