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

Copy training data into new models dir when doing model selection

parent b50dc80c
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,8 @@ do ...@@ -62,6 +62,8 @@ do
--max-models 32 \ --max-models 32 \
--num-jobs $NUM_JOBS --max-tasks-per-worker 1 --gpus $GPUS --max-workers-per-gpu 1 --num-jobs $NUM_JOBS --max-tasks-per-worker 1 --gpus $GPUS --max-workers-per-gpu 1
cp "$MODELS_DIR/train_data.csv.bz2" "models.${kind}/"
# Percentile rank calibration is run on the cluster. # Percentile rank calibration is run on the cluster.
# For now we calibrate percentile ranks only for alleles for which there # For now we calibrate percentile ranks only for alleles for which there
# is training data. Calibrating all alleles would be too slow. # is training data. Calibrating all alleles would be too slow.
......
...@@ -55,6 +55,8 @@ do ...@@ -55,6 +55,8 @@ do
--num-jobs 0 \ --num-jobs 0 \
--num-jobs $NUM_JOBS --max-tasks-per-worker 1 --gpus $GPUS --max-workers-per-gpu 1 --num-jobs $NUM_JOBS --max-tasks-per-worker 1 --gpus $GPUS --max-workers-per-gpu 1
cp "$MODELS_DIR/train_data.csv.bz2" "models.${kind}/"
# For now we calibrate percentile ranks only for alleles for which there # For now we calibrate percentile ranks only for alleles for which there
# is training data. Calibrating all alleles would be too slow. # is training data. Calibrating all alleles would be too slow.
# This could be improved though. # This could be improved though.
......
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