You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add validation for feedforward graphs so all inferred terminal output nodes
must be located at the final layer depth. This prevents artifacts from listing
earlier sink nodes that EdgeModel.forward() would not return, keeping inferred
outputs consistent with the model output tensor.
Add regression coverage for feedforward DAGs with terminal nodes at multiple
depths.
0 commit comments