import numpy as np import torch # Tensor用にdtypeとdeviceを定義dtype = torch.float device = torch.device("cuda:0" if ...
確定! 回上一頁