Remove legacy event and mixed distribution paths

This commit is contained in:
2026-08-01 14:23:18 +08:00
parent dfb22adf2d
commit de6f9b75b9
22 changed files with 370 additions and 463 deletions

View File

@@ -4,7 +4,7 @@
#
# The matrix contains:
# 1. FFN + Delphi2M next-token reproduction
# 2. FFN/TrajMixer x absolute/relative x exponential/Weibull/mixed
# 2. FFN/TrajMixer x absolute/relative x exponential/Weibull
#
# Every task uses one GPU. Each selected GPU runs its assigned tasks
# sequentially, while different GPUs run in parallel.
@@ -47,6 +47,7 @@ Options:
Fixed experiment settings:
batch_size 256
extra_info_types extra_info_types_smoking_alcohol_bmi.txt
continuous scaling required train-split RobustScale
model size Defaults from the individual training entrypoints
Outputs:
@@ -180,7 +181,7 @@ add_job \
for architecture in transformer_ffn_v1 traj_mixer_v5; do
for time_mode in absolute relative; do
for dist_mode in exponential weibull mixed; do
for dist_mode in exponential weibull; do
add_job \
"${architecture}_all_future_${time_mode}_${dist_mode}" \
"train_all_future.py" \