TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

tensorplay.nn.functional.poisson_nll_loss

tensorplay.nn.functional.poisson_nll_loss(input: TensorBase, target: TensorBase, log_input: bool = True, full: bool = False, size_average=None, eps: float = 1e-08, reduce=None, reduction: str = 'mean') TensorBase[source]

Compute the Poisson negative log likelihood loss.

See PoissonNLLLoss for details.

Ask DeepWiki