mirror of
https://github.com/ruvnet/RuView
synced 2026-08-01 19:01:42 +00:00
e1936c9a24
Shipped checkpoint REFUTED (0.08% PCK@20, wrong keypoint normalization); 6 reproducibility defects documented (broken imports, corrupted dataset tail with float32-max garbage that NaN-poisons fp16 BatchNorm, unreachable test phase). After repairs, retraining with upstream defaults reproduces 96.09% PCK@20 full-test / 96.61% corruption-free (published 97.25%) on RTX 5080. Claims graded MEASURED-EQUIVALENT; 2.23M params + ~0.055 GFLOPs verified. Third-party code/weights/data stay out of tree (gitignored). Co-Authored-By: claude-flow <ruv@ruv.net>
17 lines
212 B
Plaintext
17 lines
212 B
Plaintext
# Upstream clone (WiFlow-STD, DY2434) -- never commit third-party code/weights
|
|
upstream/
|
|
|
|
# Local python env
|
|
.venv/
|
|
|
|
# Downloaded data / artifacts
|
|
data/
|
|
downloads/
|
|
*.pth
|
|
*.pt
|
|
*.npy
|
|
*.npz
|
|
*.zip
|
|
*.mat
|
|
__pycache__/
|