Normalize correctness for the Capsule Network second wave - #7
Open
TennisGazelle wants to merge 8 commits into
Open
Normalize correctness for the Capsule Network second wave#7TennisGazelle wants to merge 8 commits into
TennisGazelle wants to merge 8 commits into
Conversation
TennisGazelle
force-pushed
the
revival/second-wave-normalization
branch
from
August 30, 2026 09:49
06199ca to
7e39419
Compare
TennisGazelle
force-pushed
the
revival/second-wave-normalization
branch
from
August 30, 2026 09:51
62885f8 to
da13f28
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Second-wave normalization
This PR is intentionally stacked on top of the preservation/revival branch from PR #6.
Base:
revival/repository-foundationBoundary tag:
second-wave-start->0e9428abbede0d8e960d4a6b467c810926e0e4cdThe preservation PR documents the 2018 artifact without silently changing behavior. This PR begins the corrected second wave: characterize/fix known correctness and reproducibility defects, establish host-testable algorithm boundaries, modernize the build, and leave CUDA compile/runtime verification as the final explicit handoff for a GPU box.
Completed so far
fakeEvaluate()call from the real GA evaluation pathValidation policy
Each host-verifiable goal is committed separately and must pass the GitHub-hosted
make ciworkflow before the next correctness layer is considered complete. CUDA-specific compile/runtime claims will remain explicitly unverified until run on a real CUDA host.The final version of this PR body will include:
Do not merge this PR based only on host CI if the CUDA section is still marked unverified.