torch.Tensor.cauchy_
- Tensor.cauchy_(median=0, sigma=1, *, generator=None) Tensor
Fills the tensor with numbers drawn from the Cauchy distribution:
Note
Sigma () is used to denote the scale parameter in Cauchy distribution.
Fills the tensor with numbers drawn from the Cauchy distribution:
Note
Sigma () is used to denote the scale parameter in Cauchy distribution.