Loading...

GPU Runtime

A notebook session backed by an NVIDIA GPU for fast deep-learning training.

When to use: Anything beyond toy MLP training that would otherwise be unbearably slow on CPU.

Example: In Colab: Runtime > Change runtime type > T4 GPU. torch.cuda.is_available() → True.

More Jupyter & Colab Glossary terms