-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshell_tcga.sh
9 lines (9 loc) · 1.62 KB
/
shell_tcga.sh
1
2
3
4
5
6
7
8
9
#!/bin/bash
# python train_final_11_26.py --multiprocessing-distributed --prot_start 70 --partial_rate 0.
python train_bag_TCGA.py --multiprocessing-distributed --loss_weight 0
python train_bag_TCGA.py --multiprocessing-distributed --loss_weight 0.1
python train_bag_TCGA.py --multiprocessing-distributed --loss_weight 0.2
python train_bag_TCGA.py --multiprocessing-distributed --loss_weight 0.6
python train_bag_TCGA.py --multiprocessing-distributed --loss_weight 0.7
python train_bag_TCGA.py --multiprocessing-distributed --loss_weight 0.9
python train_bag_TCGA.py --multiprocessing-distributed --loss_weight 1