Model Pipeline - CUDA availability check
This pipeline checks if CUDA (GPU support) is available for PyTorch. It helps decide whether to use GPU or CPU for faster model training.
This pipeline checks if CUDA (GPU support) is available for PyTorch. It helps decide whether to use GPU or CPU for faster model training.
N/A
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | N/A | N/A | No training occurs; this pipeline only checks device availability. |