import torch x = torch.rand(5,3) print("Random Tensor data: ", x) print("Cuda available: ", torch.cuda.is_available())