一向记不住函数的用法,就用笔记来记录一下吧: 生成一个2*3的tensor: torch.normal(mean=torch.full((2,3),0.0),std=torch.full((2,3),0.01))