Remove legacy event and mixed distribution paths
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user