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

Update file submit_benchmark_sbatch.sh

parent 7ab86234
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ WORK_DIR=/proj/nsc_testing/xuan/berzelius-benchmarks/PyTorch/Segmentation/nnUNet ...@@ -6,7 +6,7 @@ WORK_DIR=/proj/nsc_testing/xuan/berzelius-benchmarks/PyTorch/Segmentation/nnUNet
dim=2 dim=2
for nodes in {1..1}; do for nodes in {1..1}; do
for gpus in {1,8}; do for gpus in {1,8}; do
for batch_size in 128; do for batch_size in 256; do
for iteration in {1..1}; do for iteration in {1..1}; do
echo dim ${dim}, nodes ${nodes}, gpus ${gpus}, batch_size ${batch_size}, iteration ${iteration} echo dim ${dim}, nodes ${nodes}, gpus ${gpus}, batch_size ${batch_size}, iteration ${iteration}
......
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