Slot: warmup
Whether to apply learning rate warmup to this update rule. When true, the learning rate (eta) is scaled by (i+1)/n_iterations.
URI: tvbo:slot/warmup Alias: warmup
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| UpdateRule | Defines how a parameter is updated based on observables | no |
Properties
- Range: xsd:boolean
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/tvbo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | tvbo:warmup |
| native | tvbo:warmup |
LinkML Source
name: warmup
description: Whether to apply learning rate warmup to this update rule. When true,
the learning rate (eta) is scaled by (i+1)/n_iterations.
from_schema: https://w3id.org/tvbo
rank: 1000
alias: warmup
owner: UpdateRule
domain_of:
- UpdateRule
range: boolean