create_default_optimizer

Function create_default_optimizer 

Source
pub fn create_default_optimizer<A, D>() -> StreamingResult<AdaptiveStreamingOptimizer<Adam<A>, A, D>>
where A: ScalarOperand + Clone + Default + Send + Sync + 'static + Float + Sum + Debug + DivAssign, D: Data<Elem = A> + Dimension + Send + Sync + 'static,