summaryrefslogtreecommitdiff
path: root/experiments/zoo_cpu.sh
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-07-21 06:38:55 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-07-21 06:38:55 -0500
commit215acff518eea2d6d8a5bd7c90c398f49cc3b41b (patch)
tree8c79739d8b0a614ce76e685a3eff323d4cdb1742 /experiments/zoo_cpu.sh
chore: capture initial SDIL project state
Diffstat (limited to 'experiments/zoo_cpu.sh')
-rw-r--r--experiments/zoo_cpu.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/experiments/zoo_cpu.sh b/experiments/zoo_cpu.sh
new file mode 100644
index 0000000..d98cac5
--- /dev/null
+++ b/experiments/zoo_cpu.sh
@@ -0,0 +1,6 @@
+cd /home/yurenh2/sdil
+for ds in mnist fmnist; do
+ python3 experiments/zoo.py --dataset $ds --methods fa --depth 2 --width 256 --epochs 12 --tag zoo_fa_$ds >> logs/zoo.out 2>&1
+ python3 experiments/zoo.py --dataset $ds --methods ep --depth 1 --width 500 --epochs 8 --tag zoo_ep_$ds >> logs/zoo.out 2>&1
+done
+echo "ZOO DONE" >> logs/zoo.out