summaryrefslogtreecommitdiff
path: root/experiments/resnet_crossover_grid.py
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-07-27 14:08:50 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-07-27 14:08:50 -0500
commit0b2f4d22bbb1fa934ae07f8e6d8f0470fff1f2fa (patch)
tree0ba7ae49c0cf36a282b2409a97ca860b4bad90cf /experiments/resnet_crossover_grid.py
parent7027e5d5afcfa89e4a6adb5d71871a58753fe143 (diff)
analysis: freeze ResNet P1 audit gate
Diffstat (limited to 'experiments/resnet_crossover_grid.py')
-rw-r--r--experiments/resnet_crossover_grid.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/experiments/resnet_crossover_grid.py b/experiments/resnet_crossover_grid.py
index f29e950..0967588 100644
--- a/experiments/resnet_crossover_grid.py
+++ b/experiments/resnet_crossover_grid.py
@@ -39,6 +39,8 @@ def source_report():
paths = [
PROTOCOL,
os.path.abspath(__file__),
+ os.path.join(
+ ROOT, "experiments", "analyze_resnet_crossover_p1.py"),
os.path.join(ROOT, "experiments", "resnet_crossover_native.py"),
os.path.join(ROOT, "experiments", "conv_run.py"),
os.path.join(ROOT, "sdil", "conv_crossover.py"),