summaryrefslogtreecommitdiff
path: root/experiments/finalize_accept.sh
diff options
context:
space:
mode:
Diffstat (limited to 'experiments/finalize_accept.sh')
-rwxr-xr-xexperiments/finalize_accept.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/experiments/finalize_accept.sh b/experiments/finalize_accept.sh
index db3f9bd..c50545f 100755
--- a/experiments/finalize_accept.sh
+++ b/experiments/finalize_accept.sh
@@ -36,7 +36,10 @@ experiments/finalize_claims.sh
experiments/analyze_bci_v2_calibrated_confirmation.py \
experiments/oral_a_dynamic_scaling.py \
experiments/analyze_oral_a_dynamic_scaling.py \
+ experiments/oral_a_dynamic_scaling_v2.py \
+ experiments/analyze_oral_a_dynamic_scaling_v2.py \
experiments/plot_resnet_confirmation.py \
+ experiments/plot_oral_a_scaling.py \
experiments/plot_bci_v2_confirmation.py \
experiments/audit_manuscript.py
/home/yurenh2/miniconda3/envs/ep_pascal/bin/python3 \
@@ -108,6 +111,27 @@ if [ -f results/oral_a_dynamic_scaling_gate.json ]; then
/home/yurenh2/miniconda3/envs/ep_pascal/bin/python3 \
experiments/analyze_oral_a_dynamic_scaling.py >/dev/null
fi
+if [ -f results/oral_a_dynamic_scaling_v2_gate.json ]; then
+ /home/yurenh2/miniconda3/envs/ep_pascal/bin/python3 \
+ experiments/analyze_oral_a_dynamic_scaling_v2.py >/dev/null
+ /home/yurenh2/miniconda3/bin/python \
+ experiments/plot_oral_a_scaling.py >/dev/null
+ jq -e '
+ .strict == true and
+ .gate_status == "passed" and
+ .complete_grid == true and
+ .required_methods == ["bp", "dfa", "clean_kp", "dynamic"] and
+ .required_depths == [20, 32, 56] and
+ .required_seeds == [10, 11, 12, 13, 14] and
+ .record_count == 60 and
+ .statistics.dynamic_d20_to_d56_gain_points_mean >= 0.5 and
+ (.statistics.dynamic_d20_to_d56_gain_points | map(select(. > 0)) | length) == 5 and
+ (.statistics.dynamic_early_alignment_mean | [.[]] | min) >= 0.999 and
+ (.statistics.dynamic_mac_ratio_to_bp_mean | [.[]] | max) <= 1.34 and
+ .statistics.dynamic_logical_task_loss_queries == [0] and
+ .statistics.dynamic_neutral_observations_per_ordinary_example == [1]
+ ' results/figs/figure6_standard_depth_scaling_manifest.json >/dev/null
+fi
/home/yurenh2/miniconda3/bin/python \
experiments/plot_tracking_failure.py >/dev/null
/home/yurenh2/miniconda3/bin/python \