Expand description
Numerical stability checking for model debugging
This module provides tools to detect and analyze numerical stability issues in neural network computations, including NaN, Inf, underflow, and overflow detection.
Structs§
- Stability
Checker - Numerical stability checker for detecting computational issues
- Stability
Config - Configuration for stability checking
- Stability
Issue - Detected stability issue
- Stability
Summary - Summary of all detected issues
Enums§
- Issue
Kind - Type of stability issue