Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netsaur/mod.ts>DecaySchedulerConfig

Powerful machine learning, accelerated by WebGPU
Latest
type alias DecaySchedulerConfig
import { type DecaySchedulerConfig } from "https://deno.land/x/netsaur@0.3.2-patch/mod.ts";
definition: { rate?: number; step_size?: number; }