summaryrefslogtreecommitdiff
path: root/experiments/resnet_crossover_grid.py
diff options
context:
space:
mode:
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"),