Skip to content
Snippets Groups Projects
Commit ff1fe44b authored by finn's avatar finn
Browse files

Remove execute_w_gpu.sh script

parent dae4b7e3
No related branches found
No related tags found
No related merge requests found
#!/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
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