Merge pull request #7680 from GabyCT/topic/removetime

metrics: Remove unused variable in tensorflow mobilenet script
This commit is contained in:
Jiang Liu 2023-08-21 23:39:07 +08:00 committed by GitHub
commit 6e038e66e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' ','"