TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

tensorplay.nn.functional.gaussian_nll_loss

tensorplay.nn.functional.gaussian_nll_loss(input: TensorBase, target: TensorBase, var, full: bool = False, eps: float = 1e-06, reduction: str = 'mean') TensorBase[source]

Compute the Gaussian negative log likelihood loss.

See GaussianNLLLoss for details.

Ask DeepWiki