摘要: PyTorch基础 在学习pytorch基础语法时,直接运行以下段时报错。 import torch m = torch.Tensor([[2,5,3,7], [4,2,1,9]]) v = torch.arange(1, 5) print(m @ v) # @ 点积运算 # RuntimeErro 阅读全文
posted @ 2021-10-03 22:09 Brisling 阅读(192) 评论(0) 推荐(0) 编辑