-
Notifications
You must be signed in to change notification settings - Fork 2
/
run_experiments.sh
executable file
·21 lines (21 loc) · 3.4 KB
/
run_experiments.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring paccmann -loss approx_ndcg -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 0 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring paccmann -loss approx_ndcg -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 1 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring paccmann -loss approx_ndcg -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 2 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring paccmann -loss approx_ndcg -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 3 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring paccmann -loss approx_ndcg -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 4 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring paccmann -loss mse -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 0 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring paccmann -loss mse -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 1 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring paccmann -loss mse -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 2 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring paccmann -loss mse -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 3 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring paccmann -loss mse -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 4 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring nn_baseline -loss approx_ndcg -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 0 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring nn_baseline -loss approx_ndcg -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 1 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring nn_baseline -loss approx_ndcg -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 2 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring nn_baseline -loss approx_ndcg -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 3 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring nn_baseline -loss approx_ndcg -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 4 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring nn_baseline -loss mse -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 0 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring nn_baseline -loss mse -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 1 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring nn_baseline -loss mse -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 2 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring nn_baseline -loss mse -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 3 -flag_redo True
python run_gdsc_model_cv.py -gpu 0 -infix max_conc -scoring nn_baseline -loss mse -gene_feature paccmann -model_suffix 20210617 -cell_wise True -fold_nr 4 -flag_redo True