correct use AM for resnet run_and_time (#10524)

This commit is contained in:
chenyu
2025-05-26 15:33:11 -04:00
committed by GitHub
parent c1919ad55f
commit 51dc7eedb0
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ DATETIME=$(date "+%m%d%H%M")
LOGFILE="resnet_green_${DATETIME}_${SEED}.log"
# init
sleep 5 && sudo rmmod amdgpu || true
BENCHMARK=10 INITMLPERF=1 python3 examples/mlperf/model_train.py | tee $LOGFILE
# run

View File

@@ -18,6 +18,7 @@ DATETIME=$(date "+%m%d%H%M")
LOGFILE="resnet_red_${DATETIME}_${SEED}.log"
# init
sleep 5 && sudo rmmod amdgpu || true
BENCHMARK=10 INITMLPERF=1 python3 examples/mlperf/model_train.py | tee $LOGFILE
# run