似乎没有用于计算阶乘的 PyTorch 函数。PyTorch 有没有办法做到这一点?我希望在 Torch 中手动计算泊松分布(我知道存在这种分布:https: //pytorch.org/docs/stable/ generated /torch.poisson.html),并且该公式需要分母中的阶乘。
泊松分布: https: //en.wikipedia.org/wiki/Poisson_distribution
python math deep-learning torch pytorch
deep-learning ×1
math ×1
python ×1
pytorch ×1
torch ×1