Skip to content

Commit

Permalink
Fix attrs variability plots command
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanpainchaud committed Nov 17, 2023
1 parent fb0b980 commit cb21018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion didactic/scripts/experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ for task in scratch finetune xtab-finetune; do
job_path=$task/contrastive=$contrastive/$data/$time_series_tokenizer/$target/ordinal_mode=$ordinal_mode,distribution=$distribution,tau_mode=$tau_mode
for model_id in $(seq 0 9); do
echo "Plotting variability of attrs w.r.t. continuum predicted by $job_path/$model_id model" >>$HOME/data/didactic/results/attrs_wrt_unimodal_param.log 2>&1
python ~/remote/didactic/vital/vital/data/cardinal/plot_attrs_wrt_groups.py --data_roots $HOME/dataset/cardinal/v1.0/data --views A4C A2C --groups_txt $(find ~/data/didactic/results/cardiac-multimodal-representation/$job_path/$model_id/unimodal_param_bins -name *.txt | sort | tr "\n" " ") --output_dir=$HOME/data/didactic/results/cardiac-multimodal-representation/$job_path/$model_id/attrs_wrt_unimodal_param >>$HOME/data/didactic/results/attrs_wrt_unimodal_param.log 2>&1
python ~/remote/didactic/vital/vital/data/cardinal/plot_attrs_wrt_groups.py --data_roots $HOME/dataset/cardinal/v1.0/data --views A4C A2C --groups_txt $(find ~/data/didactic/results/cardiac-multimodal-representation/$job_path/$model_id/unimodal_param_bins -name "*.txt" | sort | tr "\n" " ") --output_dir=$HOME/data/didactic/results/cardiac-multimodal-representation/$job_path/$model_id/attrs_wrt_unimodal_param >>$HOME/data/didactic/results/attrs_wrt_unimodal_param.log 2>&1
done
done
done
Expand Down

0 comments on commit cb21018

Please sign in to comment.