diff options
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) | |
