diff --git a/execute_w_gpu.sh b/execute_w_gpu.sh deleted file mode 100644 index 691e9b0d0f3a91f2f3d499b8fa6788fec901bd82..0000000000000000000000000000000000000000 --- a/execute_w_gpu.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#SBATCH --job-name=grade_text_preprocessing -#SBATCH --output=grade_text_preprocessing.txt -#SBATCH --mail-user=chrysanthopoulou@cl.uni-heidelberg.de -#SBATCH --mail-type=ALL -#SBATCH --partition=students -#SBATCH --time=1-0:00:00 -#SBATCH --gres=gpu:mem11g:2 -#SBATCH --ntasks=2 - -# JOB STEPS -#srun hostname # example job step -#srun echo $CUDA_VISIBLE_DEVICES # another example job step+ -#srun nvidia-smi -# replace the example job steps above by your own job steps - -python3 preprocessing/preprocess_data_for_metrics/grade/csv_dialogue_to_2_files.py - -#bash metrics/grade/GRADE/script/inference.sh \ No newline at end of file