Skip to content
Snippets Groups Projects
Commit aa422428 authored by Xuan Gu's avatar Xuan Gu
Browse files

Update file submit_benchmark_jobs.sh

parent d1af2d4a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
set -e set -e
export MODULE_NAME=nnunet_for_pytorch export MODEL_NAME=nnunet_for_pytorch
export MODULE_VERSION=21.11.0 export MODLE_VERSION=21.11.0
export WORK_DIR=/proj/nsc_testing/xuan/berzelius-benchmarks/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet export WORK_DIR=/proj/nsc_testing/xuan/berzelius-benchmarks/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet
export CONTAINER_DIR=/proj/nsc_testing/xuan/containers/${MODULE_NAME}_${MODULE_VERSION}.sif export CONTAINER_DIR=/proj/nsc_testing/xuan/containers/${MODEL_NAME}_${MODLE_VERSION}.sif
export GPU_RESERVATION=nodeimage export GPU_RESERVATION=nodeimage
mkdir -p $WORK_DIR/sbatch_out $WORK_DIR/sbatch_scripts $WORK_DIR/results mkdir -p $WORK_DIR/sbatch_out $WORK_DIR/sbatch_scripts $WORK_DIR/results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment