Trait candle_optimisers::Model
source · pub trait Model: Sized {
// Required method
fn loss(&self) -> CResult<Tensor>;
}Expand description
Trait for Models: this is needed for optimisers that require the ability to calculate the loss such as LBFGS
Required Methods§
Object Safety§
This trait is not object safe.