Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
985adb56
Commit
985adb56
authored
Jan 25, 2022
by
LDOUBLEV
Browse files
add export and delete status_check
parent
5ec0d3fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
test_tipc/benchmark_train.sh
test_tipc/benchmark_train.sh
+10
-6
No files found.
test_tipc/benchmark_train.sh
View file @
985adb56
...
...
@@ -114,6 +114,15 @@ repo_name=$(get_repo_name )
SAVE_LOG
=
"benchmark_log"
status_log
=
"benchmark_log/results.log"
# set export
IFS
=
";"
flags_list
=(
${
flags_value
}
)
for
_flag
in
${
flags_list
[*]
}
;
do
cmd
=
"export
${
_flag
}
"
echo
$cmd
eval
$cmd
done
if
[
${#
gpu_id
}
-le
1
]
;
then
log_path
=
"
$SAVE_LOG
/profiling_log"
mkdir
-p
$log_path
...
...
@@ -122,9 +131,8 @@ if [ ${#gpu_id} -le 1 ];then
cmd
=
"bash test_tipc/test_train_inference_python.sh
${
FILENAME
}
benchmark_train >
${
log_path
}
/
${
log_name
}
2>&1 "
echo
$cmd
eval
$cmd
last_status
=
${
PIPESTATUS
[0]
}
eval
"cat
${
log_path
}
/
${
log_name
}
"
status_check
$last_status
"
${
cmd
}
"
"
${
status_log
}
"
# without profile
log_path
=
"
$SAVE_LOG
/train_log"
mkdir
-p
$log_path
...
...
@@ -133,9 +141,7 @@ if [ ${#gpu_id} -le 1 ];then
cmd
=
"bash test_tipc/test_train_inference_python.sh
${
FILENAME
}
benchmark_train >
${
log_path
}
/
${
log_name
}
2>&1 "
echo
$cmd
eval
$cmd
last_status
=
${
PIPESTATUS
[0]
}
eval
"cat
${
log_path
}
/
${
log_name
}
"
status_check
$last_status
"
${
cmd
}
"
"
${
status_log
}
"
else
log_path
=
"
$SAVE_LOG
/train_log"
mkdir
-p
$log_path
...
...
@@ -144,9 +150,7 @@ else
func_sed_params
"
$FILENAME
"
"13"
"
$null
"
# sed --profile_option as null
cmd
=
"bash test_tipc/test_train_inference_python.sh
${
FILENAME
}
benchmark_train >
${
log_path
}
/
${
log_name
}
2>&1 "
eval
$cmd
last_status
=
${
PIPESTATUS
[0]
}
eval
"cat
${
log_path
}
/
${
log_name
}
"
status_check
$last_status
"
${
cmd
}
"
"
${
status_log
}
"
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment