torch.normal(mean, std, size, *, out=None)

Posted Bupt_Luke

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了torch.normal(mean, std, size, *, out=None)相关的知识,希望对你有一定的参考价值。

X = torch.normal(0, 1, (1000, 2))

sample一个1000x2的矩阵,每个值都服从标准正态分布N~(0,1)

以上是关于torch.normal(mean, std, size, *, out=None)的主要内容,如果未能解决你的问题,请参考以下文章

输入正确的文件名

mean,std,var

06-pytorch(快速搭建神经网络)

如何在没有 Pandas STD 或 Mean 函数的情况下计算滚动 STD?

为啥我们将图像归一化为mean=0.5,std=0.5?

用Python怎么算Mean和standard deviation