diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-05-04 19:50:45 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-05-04 19:50:45 -0500 |
| commit | b480d0cdc21f944e4adccf6e81cc939b0450c5e9 (patch) | |
| tree | f0e6afb5b3d448d1d6c35d9622d22d63073ca9a7 /requirements.txt | |
Initial submission code: FA evaluation protocol + reproduction scripts
Reference implementation of the three-diagnostic FA evaluation protocol
(scale stability, reference validity, depth utility) from the NeurIPS 2026
E&D track paper. Includes models, metrics, and full reproduction pipeline.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..fd142b5 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +torch>=2.0 +torchvision>=0.15 +numpy>=1.24 +scipy>=1.10 |
