Skip to main content

Module stability_checker

Module stability_checker 

Source
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§

StabilityChecker
Numerical stability checker for detecting computational issues
StabilityConfig
Configuration for stability checking
StabilityIssue
Detected stability issue
StabilitySummary
Summary of all detected issues

Enums§

IssueKind
Type of stability issue