Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/mod.ts>SchedulerType

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
enum SchedulerType
Re-export
import { SchedulerType } from "https://deno.land/x/netsaur@0.4.2/mod.ts";

Members

ExponentialDecay = "exponentialdecay"
LinearDecay = "lineardecay"
None = "none"
OneCycle = "onecycle"