package schedules
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- schedules
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class ComposedSchedule[T] extends Schedule[T]
- class CosineDecay extends Schedule[Float]
- class CycleLinear10xDecay extends Schedule[Float]
- class ExponentialDecay extends Schedule[Float]
- case class FixedSchedule[T]() extends Schedule[T] with Product with Serializable
- class LuongExponentialDecay extends ExponentialDecay
- class RSqrtDecay extends Schedule[Float]
- trait Schedule[T] extends AnyRef
- class WarmUpExponentialSchedule extends Schedule[Float]
- class WarmUpLinearSchedule extends Schedule[Float]
Value Members
- object ComposedSchedule
- object CosineDecay
- object CycleLinear10xDecay
- object ExponentialDecay
- object LuongExponentialDecay
- object RSqrtDecay
- object WarmUpExponentialSchedule
- object WarmUpLinearSchedule