Skip to content
Snippets Groups Projects
Commit 2aa680d0 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

update GENERATE

parent 03dcdb51
No related merge requests found
...@@ -31,13 +31,16 @@ mkdir models ...@@ -31,13 +31,16 @@ mkdir models
python $SCRIPT_DIR/generate_hyperparameters.py > hyperparameters.yaml python $SCRIPT_DIR/generate_hyperparameters.py > hyperparameters.yaml
GPUS=$(nvidia-smi -L 2> /dev/null | wc -l) || GPUS=0
echo "Detected GPUS: $GPUS"
time mhcflurry-class1-train-allele-specific-models \ time mhcflurry-class1-train-allele-specific-models \
--data "$(mhcflurry-downloads path data_curated)/curated_training_data.no_mass_spec.csv.bz2" \ --data "$(mhcflurry-downloads path data_curated)/curated_training_data.no_mass_spec.csv.bz2" \
--hyperparameters hyperparameters.yaml \ --hyperparameters hyperparameters.yaml \
--out-models-dir models \ --out-models-dir models \
--percent-rank-calibration-num-peptides-per-length 0 \ --percent-rank-calibration-num-peptides-per-length 0 \
--min-measurements-per-allele 75 \ --min-measurements-per-allele 75 \
--num-jobs 32 --gpus 4 --backend tensorflow-default --num-jobs 32 --gpus $GPUS --max-workers-per-gpu 2
cp $SCRIPT_ABSOLUTE_PATH . cp $SCRIPT_ABSOLUTE_PATH .
bzip2 LOG.txt bzip2 LOG.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment