【d2l】【常见函数】【17】 torch.rand( (size) )

lycnight / 2023-07-29 / 原文

返回一个指定size的张量,元素是0~1之间的随机数
参考: https://pytorch.org/docs/stable/generated/torch.rand.html
image

image