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 goal is to make it easy to sanity-check:

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 hi - 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 (hi - lo).

    Instances For

      Commands #