summaryrefslogtreecommitdiff
path: root/results/vit_shallow_baseline_s42.log
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-06-14 04:06:32 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-06-14 04:06:32 -0500
commitaa73718eb6427d7da3b9cb416275802d90c4b2ed (patch)
treeb68b0a664fb650744ef934a1c22abd740a7b62a6 /results/vit_shallow_baseline_s42.log
parent827c658fa9a750f3c6ebdb87703762f10f69f6ff (diff)
Add new experiment scripts, figures, and paper assets; untrack pyc/build artifactsHEADmaster
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'results/vit_shallow_baseline_s42.log')
-rw-r--r--results/vit_shallow_baseline_s42.log28
1 files changed, 28 insertions, 0 deletions
diff --git a/results/vit_shallow_baseline_s42.log b/results/vit_shallow_baseline_s42.log
new file mode 100644
index 0000000..1967d51
--- /dev/null
+++ b/results/vit_shallow_baseline_s42.log
@@ -0,0 +1,28 @@
+Device: cuda:0
+
+=== BP shallow baseline (ViT-Mini num_blocks=0) ===
+BP-shallow: n_params=16266
+ BP-shallow ep 1: test_acc=0.1000
+ BP-shallow ep 5: test_acc=0.1000
+ BP-shallow ep 10: test_acc=0.1000
+ BP-shallow ep 15: test_acc=0.1000
+ BP-shallow ep 20: test_acc=0.1000
+ BP-shallow ep 25: test_acc=0.1000
+ BP-shallow ep 30: test_acc=0.1000
+FINAL BP-shallow acc: 0.1000
+
+=== DFA shallow baseline (ViT-Mini num_blocks=0) ===
+DFA-shallow: n_params=16266
+ DFA-shallow ep 1: test_acc=0.1000
+ DFA-shallow ep 5: test_acc=0.1000
+ DFA-shallow ep 10: test_acc=0.1000
+ DFA-shallow ep 15: test_acc=0.1000
+ DFA-shallow ep 20: test_acc=0.1000
+ DFA-shallow ep 25: test_acc=0.1000
+ DFA-shallow ep 30: test_acc=0.1000
+FINAL DFA-shallow acc: 0.1000
+
+=== Summary ===
+BP-shallow: 0.1000 (chance=0.10)
+DFA-shallow: 0.1000
+Compare to ViT-Mini 4-block (3-seed avg): BP=0.792, DFA=0.237