Commit d0fa450
Run stage 1 at full 77k; cap PRDC samples to fix OOM
Earlier 77k attempts died during PRDC computation, not during
synthesizer fitting. PRDC on 15k real x 61k synthetic x 50 features
materialized ~7 GB-per-copy distance matrices and OOM'd.
Fix: add prdc_max_samples to ScaleUpStageConfig (default 20k). Both
real and synthetic are sub-sampled before PRDC. The coverage metric is
stable well below the capped size; more synthetic records doesn't
improve it, only costs memory.
Stage 1 at 77k x 50:
ZI-QRF: cov=0.256 fit= 36s RSS= 6.0 GB (winner, production-workable)
ZI-QDNN: cov=0.147 fit= 95s RSS=11.0 GB
ZI-MAF: cov=0.014 fit=216s RSS=11.0 GB (near-collapsed)
Ordering (ZI-QRF > ZI-QDNN > ZI-MAF) matches the 40k run.
Absolute coverage differs because the 40k run used uncapped PRDC
(8k x 32k) while 77k uses capped (15k x 15k); both are internally
consistent, and doc notes this.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e750dc4 commit d0fa450
2 files changed
Lines changed: 76 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
64 | 92 | | |
65 | 93 | | |
66 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
136 | 148 | | |
137 | 149 | | |
138 | 150 | | |
| |||
396 | 408 | | |
397 | 409 | | |
398 | 410 | | |
399 | | - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
400 | 416 | | |
401 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
402 | 423 | | |
403 | 424 | | |
404 | 425 | | |
| |||
411 | 432 | | |
412 | 433 | | |
413 | 434 | | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
414 | 443 | | |
415 | 444 | | |
416 | 445 | | |
| |||
475 | 504 | | |
476 | 505 | | |
477 | 506 | | |
478 | | - | |
| 507 | + | |
479 | 508 | | |
480 | 509 | | |
481 | 510 | | |
| |||
575 | 604 | | |
576 | 605 | | |
577 | 606 | | |
578 | | - | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
579 | 612 | | |
580 | 613 | | |
581 | 614 | | |
| |||
0 commit comments