From 3a8482fa4d190e489eff9add30042734cc7b3375 Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Thu, 12 Oct 2023 23:02:22 +0000
Subject: [PATCH] Update file generate_benchmark_jobs.sh

---
 .../image_segmentation/pytorch/generate_benchmark_jobs.sh       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MLPerf/training/image_segmentation/pytorch/generate_benchmark_jobs.sh b/MLPerf/training/image_segmentation/pytorch/generate_benchmark_jobs.sh
index cc53456..20459f8 100644
--- a/MLPerf/training/image_segmentation/pytorch/generate_benchmark_jobs.sh
+++ b/MLPerf/training/image_segmentation/pytorch/generate_benchmark_jobs.sh
@@ -2,7 +2,7 @@
 
 SBATCH_DIR=$WORK_DIR/sbatch_scripts/benchmark_${6}_${5}_dim${1}_nodes${2}_gpus${3}_batchsize_${4}.sbatch
 SBATCH_OUT_DIR=$WORK_DIR/sbatch_out/benchmark_${6}_${5}_dim${1}_nodes${2}_gpus${3}_batchsize_${4}.out
-LOG_DIR=benchmark_${6}_${5}_dim${1}_nodes${2}_gpus${3}_batchsize_${4}_amp.log
+LOG_DIR=benchmark_${6}_${5}_dim${1}_nodes${2}_gpus${3}_batchsize_${4}.log
 
 cat <<EOT >  $SBATCH_DIR
 #!/bin/bash
-- 
GitLab