File size: 913 Bytes
906fcb9
80a9c91
906fcb9
 
 
 
80a9c91
 
906fcb9
 
 
 
 
 
 
80a9c91
906fcb9
 
80a9c91
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
#SBATCH --job-name=cspca_train_47      # Specify job name
#SBATCH --partition=gpu               # Specify partition name
#SBATCH --mem=128G   
#SBATCH --gres=gpu:1             
#SBATCH --time=48:00:00               # Set a limit on the total run time
#SBATCH --output=/sc-scratch/sc-scratch-cc06-ag-ki-radiologie/prostate_foundation/WSAttention-Prostate/logs/%x/log.o%j      # File name for standard output
#SBATCH --error=/sc-scratch/sc-scratch-cc06-ag-ki-radiologie/prostate_foundation/WSAttention-Prostate/logs/%x/log.e%j        # File name for standard error output
#SBATCH --mail-user=anirudh.balaraman@charite.de
#SBATCH --mail-type=END,FAIL


source /etc/profile.d/conda.sh
conda activate foundation

RUNDIR="/sc-scratch/sc-scratch-cc06-ag-ki-radiologie/prostate_foundation/WSAttention-Prostate"


srun python -u $RUNDIR/run_cspca.py --mode train --config $RUNDIR/config/config_cspca_train.yaml