[aca2dc]: / neuralcvd / experiments / run_NeuralCVD_S.sh

Download this file

19 lines (15 with data), 543 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
#! /bin/sh
#BSUB -q graphical
#BSUB -R "rusage[mem=30000]"
#BSUB -M 30000
#BSUB -W 100:00
#BSUB -n 12
echo Starting.
cd ../../
echo $(hostname)
echo $(which python)
echo $(python -c 'import torch; print(f"found {torch.cuda.device_count()} gpus.")')
echo $CUDA_VISIBLE_DEVICES
python neuralcvd/experiments/train_survival.py --config-dir neuralcvd/experiments/config/ --config-name CVD_S_CORE &
python neuralcvd/experiments/train_survival.py --config-dir neuralcvd/experiments/config/ --config-name CVD_S_PGS
echo Done with submission script