79381895

Date: 2025-01-23 16:46:44
Score: 1.5
Natty:
Report link

As per the current Pytorch 2.5 documentation, you can do it using torch.normal:

torch.normal(mean=torch.arange(1., 11.), std=torch.arange(1, 0, -0.1))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Samik