-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathscripts_bash_nih.sh
More file actions
26 lines (20 loc) · 1.24 KB
/
scripts_bash_nih.sh
File metadata and controls
26 lines (20 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
python -m subpopbench.train \
--dataset NIH_dataset \
--data_dir /restricted/projectnb/batmanlab/chyuwang/Subpop_data/subpopbench/third_party/ \
--train_attr no --algorithm <algo> --output_dir /restricted/projectnb/batmanlab/chyuwang/Subpop_data/subpopbench/output/<date>/ \
--es_metric overall:AUROC --use_es --seed <num>
python /restricted/projectnb/batmanlab/shawn24/PhD/Subpop_data/subpopbench/train.py \
--dataset NIH_dataset \
--data_dir /restricted/projectnb/batmanlab/chyuwang/Subpop_data/subpopbench/third_party/ \
--train_attr yes --algorithm ERM --output_dir /restricted/projectnb/batmanlab/shawn24/PhD/Subpop_data/subpopbench/output/resnet_simclr_in1k/ \
--image_arch "resnet_simclr_in1k" \
--es_metric overall:AUROC --use_es --seed 0
python /restricted/projectnb/batmanlab/shawn24/PhD/Ladder/src/codebase/SubpopBench-main/subpopbench/train.py \
--seed 0 \
--algorithm "ERM" \
--dataset "NIH_dataset" \
--train_attr yes \
--data_dir "/restricted/projectnb/batmanlab/shawn24/PhD/Ladder/src/codebase/SubpopBench-main/third_party" \
--output_dir "/restricted/projectnb/batmanlab/shawn24/PhD/Ladder/out/NIH_Cxrclip" \
--output_folder_name "resnet_simclr_in1k" \
--image_arch "resnet_simclr_in1k"