Fix typo in the nll function document (#742)

This commit is contained in:
Masato Mori
2023-09-05 17:25:11 +09:00
committed by GitHub
parent 000487c36f
commit 4698eb5cb6

View File

@ -1,6 +1,6 @@
use candle::{Result, Tensor};
/// The negative loss likelihodd loss.
/// The negative log likelihood loss.
///
/// Arguments
///