From 8616c050ae3cc2a1408d36ad728d468f60b20f0c Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 17 Aug 2023 16:04:18 +0000 Subject: [PATCH] metrics: Remove unused variable in tensorflow mobilenet script This PR removes unused variable in tensorflow mobilenet script. Fixes #7679 Signed-off-by: Gabriela Cervantes --- .../machine_learning/tensorflow_mobilenet_v1_bfloat16_fp32.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/metrics/machine_learning/tensorflow_mobilenet_v1_bfloat16_fp32.sh b/tests/metrics/machine_learning/tensorflow_mobilenet_v1_bfloat16_fp32.sh index f1327f59cc..63a37154f1 100755 --- a/tests/metrics/machine_learning/tensorflow_mobilenet_v1_bfloat16_fp32.sh +++ b/tests/metrics/machine_learning/tensorflow_mobilenet_v1_bfloat16_fp32.sh @@ -27,7 +27,6 @@ start_script="mobilenet_start.sh" CMD="$dst_dir/$start_script" guest_trigger_file="$dst_dir/$trigger_file" host_trigger_file="$src_dir/$trigger_file" -timeout=600 INITIAL_NUM_PIDS=1 CMD_FILE="cat results | grep 'Average Throughput' | wc -l" CMD_RESULTS="cat results | grep 'Average Throughput' | cut -d':' -f2 | cut -d' ' -f2 | tr '\n' ','"