Skip to content

Commit

Permalink
update log dir (PaddlePaddle#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdylx authored Aug 25, 2022
1 parent 733d265 commit 6716ae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_tipc/benchmark_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6716ae5

Please sign in to comment.