From 6716ae5f88f76d3e054fa9709e895acfcb5a853d Mon Sep 17 00:00:00 2001 From: Birdylx <29754889+Birdylx@users.noreply.github.com> Date: Thu, 25 Aug 2022 19:19:30 +0800 Subject: [PATCH] update log dir (#683) --- test_tipc/benchmark_train.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_tipc/benchmark_train.sh b/test_tipc/benchmark_train.sh index 145135d..8d79fad 100644 --- a/test_tipc/benchmark_train.sh +++ b/test_tipc/benchmark_train.sh @@ -101,9 +101,9 @@ done # set log_name repo_name=$(get_repo_name ) -SAVE_LOG="${BENCHMARK_LOG_DIR:-$(pwd)}/benchmark_log" # */benchmark_log -mkdir -p "${SAVE_LOG}" -status_log="${SAVE_LOG}/results.log" +SAVE_LOG=${BENCHMARK_LOG_DIR:-$(pwd)} # */benchmark_log +mkdir -p "${SAVE_LOG}/benchmark_log/" +status_log="${SAVE_LOG}/benchmark_log/results.log" # The number of lines in which train params can be replaced. line_python=3 -- GitLab