YouTip LogoYouTip

Pytorch Torch Polygamma

# Compute the polygamma function x = torch.tensor([1.0,2.0,3.0]) n =1 result = torch.polygamma(n, x) print(result)

Image 4: Pytorch torch Reference Manual Pytorch torch Reference Manual

← Pytorch Torch PowPytorch Torch Poisson β†’