mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Fix typo in the nll function document (#742)
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
use candle::{Result, Tensor};
|
use candle::{Result, Tensor};
|
||||||
|
|
||||||
/// The negative loss likelihodd loss.
|
/// The negative log likelihood loss.
|
||||||
///
|
///
|
||||||
/// Arguments
|
/// Arguments
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user