summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--experiments/perturbation_correlation_audit.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/experiments/perturbation_correlation_audit.py b/experiments/perturbation_correlation_audit.py
index cba84ea..163d3a8 100644
--- a/experiments/perturbation_correlation_audit.py
+++ b/experiments/perturbation_correlation_audit.py
@@ -127,6 +127,12 @@ def main():
"results/dfa_pen_short/dfa_pen_lam0.01_s123.pt", 123),
("penalized DFA s456 lam=1e-2 30ep",
"results/dfa_pen_short/dfa_pen_lam0.01_s456.pt", 456),
+ ("vanilla DFA s42 ep1 (meaningful regime)",
+ "results/vanilla_dfa_early_ckpts/vanilla_dfa_s42_ep1.pt", 42),
+ ("vanilla DFA s123 ep1 (meaningful regime)",
+ "results/vanilla_dfa_early_ckpts/vanilla_dfa_s123_ep1.pt", 123),
+ ("vanilla DFA s456 ep1 (meaningful regime)",
+ "results/vanilla_dfa_early_ckpts/vanilla_dfa_s456_ep1.pt", 456),
]
print("=" * 76)