API symbolsnn
Copy
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
PoissonNLLLossfor details.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
