Skip to content

Commit d758148

Browse files
authored
Update test.sh
Reduce from 10 epochs to 4. Testing takes too long. Wall time for tests is 1hr.
1 parent e2c909f commit d758148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pilot1/Combo/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
python combo_baseline_keras2.py --use_landmark_genes True --warmup_lr True --reduce_lr True -z 256
4-
python infer.py --sample_set NCIPDM --drug_set ALMANAC --use_landmark_genes -m ./save/combo.A=relu.B=256.E=10.O=adam.LR=None.CF=e.DF=d.wu_lr.re_lr.L1000.D1=1000.D2=1000.D3=1000.model.h5 -w ./save/combo.A=relu.B=256.E=10.O=adam.LR=None.CF=e.DF=d.wu_lr.re_lr.L1000.D1=1000.D2=1000.D3=1000.weights.h5
3+
python combo_baseline_keras2.py --use_landmark_genes True --warmup_lr True --reduce_lr True -z 256 --epochs 4
4+
python infer.py --sample_set NCIPDM --drug_set ALMANAC --use_landmark_genes -m ./save/combo.A=relu.B=256.E=10.O=adam.LR=None.CF=e.DF=d.wu_lr.re_lr.L1000.D1=1000.D2=1000.D3=1000.model.h5 -w ./save/combo.A=relu.B=256.E=10.O=adam.LR=None.CF=e.DF=d.wu_lr.re_lr.L1000.D1=1000.D2=1000.D3=1000.weights.h5 --epochs 4
55

66
# Need to revisit combo_dose.py and infer_dose.py
77
# python combo_dose.py --use_landmark_genes True -z 256

0 commit comments

Comments
 (0)