-
Notifications
You must be signed in to change notification settings - Fork 14
/
run_vadesc_hemo
16 lines (14 loc) · 1.46 KB
/
run_vadesc_hemo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env bash
# activate conda env
eval "$(conda shell.bash hook)"
conda activate Survival_Cluster_Analysis
python ../main.py --data hemo --seed 42 --num_epochs 500 --lr 0.002 --pretrain True --compute_pretrain_weights True --epochs_pretrain 1
python ../main.py --data hemo --seed 73 --num_epochs 500 --lr 0.002 --pretrain True --compute_pretrain_weights True --epochs_pretrain 1
python ../main.py --data hemo --seed 666 --num_epochs 500 --lr 0.002 --pretrain True --compute_pretrain_weights True --epochs_pretrain 1
python ../main.py --data hemo --seed 777 --num_epochs 500 --lr 0.002 --pretrain True --compute_pretrain_weights True --epochs_pretrain 1
python ../main.py --data hemo --seed 1009 --num_epochs 500 --lr 0.002 --pretrain True --compute_pretrain_weights True --epochs_pretrain 1
python ../main.py --data hemo --seed 1279 --num_epochs 500 --lr 0.002 --pretrain True --compute_pretrain_weights True --epochs_pretrain 1
python ../main.py --data hemo --seed 1597 --num_epochs 500 --lr 0.002 --pretrain True --compute_pretrain_weights True --epochs_pretrain 1
python ../main.py --data hemo --seed 1811 --num_epochs 500 --lr 0.002 --pretrain True --compute_pretrain_weights True --epochs_pretrain 1
python ../main.py --data hemo --seed 1949 --num_epochs 500 --lr 0.002 --pretrain True --compute_pretrain_weights True --epochs_pretrain 1
python ../main.py --data hemo --seed 2053 --num_epochs 500 --lr 0.002 --pretrain True --compute_pretrain_weights True --epochs_pretrain 1