摘要: Pytorch torch.mean()的简单用法 简单来说就是求平均数。比如以下的三种简单情况: import torch x1 = torch.Tensor([1, 2, 3, 4]) x2 = torch.Tensor([[1], [2], [3], [4]]) x3 = torch.Tens 阅读全文
posted @ 2023-06-04 10:19 emanlee 阅读(2378) 评论(0) 推荐(0) 编辑