TorchLean API

NN.Widgets.Verification.CROWN

Verification #

Verification widgets (bounds / certificates).

This module provides small infoview panels for bound propagation artifacts, aimed at debugging and teaching rather than proofs:

The panel makes it easy to inspect:

Main definitions #

Implementation notes #

References #

Tags #

verification, crown, ibp, bounds, certificates, widgets

Render a CROWN.graph.PropState as a per-node HTML panel.

Instances For

    Bounds Tightness #

    When IBP boxes exist, a very fast diagnostic for "where are my bounds blowing up?" is to look at interval widths $\mathrm{hi}-\mathrm{lo}$ node-by-node.

    This viewer computes width summaries per node and highlights missing IBP coverage.

    Render a per-node diagnostic panel summarizing IBP interval widths $\mathrm{hi}-\mathrm{lo}$.

    Instances For

      Commands #