# Slot: checkpoint_interval 


_Gradient-checkpointing interval in milliseconds (backward-pass memory/time trade-off). Omit for no checkpointing._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/checkpoint_interval](https://w3id.org/tvbo/slot/checkpoint_interval)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Differentiation](../classes/Differentiation.qmd) | Backend-neutral configuration for how gradients are propagated through the te... |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:float](http://www.w3.org/2001/XMLSchema#float) |
| Domain Of | [Differentiation](../classes/Differentiation.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [Differentiation](../classes/Differentiation.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:checkpoint_interval |
| native | tvbo:checkpoint_interval |




## LinkML Source

<details>
```yaml
name: checkpoint_interval
description: Gradient-checkpointing interval in milliseconds (backward-pass memory/time
  trade-off). Omit for no checkpointing.
from_schema: https://w3id.org/tvbo
rank: 1000
owner: Differentiation
domain_of:
- Differentiation
range: float

```
</details></div>