Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1238d5d

Browse files
committed
Temporarily make the SBSA short-run shorter due to slow CI runner (#5524)
Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
1 parenteb34a22 commit1238d5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎qa/TL3_RN50_short/test_pytorch.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
LOG=dali.log
2323

2424
SECONDS=0
25-
torchrun --nproc_per_node=${NUM_GPUS} main.py -a resnet50 --b 256 --loss-scale 128.0 --workers 8 --lr=0.4 --fp16-mode --epochs2 ./2>&1| tee$LOG
25+
torchrun --nproc_per_node=${NUM_GPUS} main.py -a resnet50 --b 256 --loss-scale 128.0 --workers 8 --lr=0.4 --fp16-mode --epochs1 ./2>&1| tee$LOG
2626

2727
RET=${PIPESTATUS[0]}
2828
echo"Training ran in$SECONDS seconds"
@@ -31,9 +31,9 @@ if [[ $RET -ne 0 ]]; then
3131
CLEAN_AND_EXIT 2
3232
fi
3333

34-
MIN_TOP1=20.0
35-
MIN_TOP5=40.0
36-
MIN_PERF=100
34+
MIN_TOP1=10.0
35+
MIN_TOP5=20.0
36+
MIN_PERF=50
3737

3838
TOP1=$(grep"^##Top-1"$LOG| awk'{print $2}')
3939
TOP5=$(grep"^##Top-5"$LOG| awk'{print $2}')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp