Browse Source

add set -e

tags/v0.7.0-beta
andy 6 years ago
parent
commit
0268325410
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/lite/test/run_benchmark_nets.sh

+ 1
- 1
mindspore/lite/test/run_benchmark_nets.sh View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -e
#example:sh run_benchmark_nets.sh -a /home/temp_test -c /home/temp_test -m /home/temp_test/models -d "8KE5T19620002408"
while getopts "a:c:m:d:" opt
do


Loading…
Cancel
Save