驗證 Pytorch 是否安裝成功泥膩泥膩·Follow1 min read·Oct 19, 2018--Share一個簡單的測試from __future__ import print_functionimport torchx = torch.rand(5, 3)print(x)再來,測試 Pytorch 是否可以使用 GPU 和 CUDAimport torchtorch.cuda.is_available()結果如下ReferencePytorch 官網 — Get Started