Skip to content
Snippets Groups Projects
Commit dac60525 authored by Patrick Lawrence's avatar Patrick Lawrence
Browse files

altered training shell script fror qsub

parent f21994ed
No related merge requests found
/users/PAS1475/lawrencep487/mhc_rank/
#!/bin/bash
#$ -N train_APmodels
#$ -cwd
#$ -V
#$ pe smp -4
##### Constants
data=$1
......@@ -12,4 +18,3 @@ python train_processing_models_command.py --data $data\
--hyperparameters $hyperparameters\
--out-models-dir $outdir
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