Skip to main content
Module

x/netsaur/mod.ts>SchedulerType

Powerful machine learning, accelerated by WebGPU
Go to Latest
enum SchedulerType
Re-export
import { SchedulerType } from "https://deno.land/x/netsaur@0.3.0/mod.ts";

Members

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