import torch x = torch.rand(5, 3) print(x). The output should be something similar to: ... import torch torch.cuda.is_available() ...
確定! 回上一頁