... import torch from time import time a = torch.empty(24,32,40,48, dtype=torch.float32).to('cuda') b = torch.empty(64,32,40,48, ...
確定! 回上一頁