Skip to content

Pytorch


Snippets

Check GPU

# check cuda
import torch
torch.cuda.is_available(), torch.cuda.device_count()

Comments