diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-30 16:40:15 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-30 16:40:15 -0500 |
| commit | a04c9054cd690c8333baed1c2d757570b60a3c9c (patch) | |
| tree | 87ce4f051c84cf85808e046b449320c944df4d21 /COLLABORATOR_ONBOARDING.md | |
| parent | 901315d2c141d44c716395bc97568268c23b6639 (diff) | |
Diffstat (limited to 'COLLABORATOR_ONBOARDING.md')
| -rw-r--r-- | COLLABORATOR_ONBOARDING.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/COLLABORATOR_ONBOARDING.md b/COLLABORATOR_ONBOARDING.md index 724ae0e..79b1091 100644 --- a/COLLABORATOR_ONBOARDING.md +++ b/COLLABORATOR_ONBOARDING.md @@ -26,6 +26,13 @@ Family-specific semantics and schedules are frozen in [`RESNET_CROSSOVER.md`](RESNET_CROSSOVER.md), and [`TRANSFORMER_CROSSOVER.md`](TRANSFORMER_CROSSOVER.md). +After accepting the private-repository invitation: + +```bash +git clone https://github.com/YurenHao0426/sdil.git +cd sdil +``` + ## What SDIL is SDIL tests a narrow algorithmic reading of the Harnett et al. result: the @@ -66,6 +73,11 @@ below are best validation accuracy; parenthesized values are measured GTX-1080 wall hours. Nonfinite cells remain in the table at their last finite metric. +The audited visual summary is available as +[`figure7_plain_cnn_pareto.png`](results/figs/figure7_plain_cnn_pareto.png) +and a vector +[`PDF`](results/figs/figure7_plain_cnn_pareto.pdf). + | method | miniCNN | VGGlike | VGG16 | |---|---:|---:|---:| | BP | 83.62 (0.08) | 90.52 (0.28) | 92.68 (0.71) | |
