add model_name fot tipc save_path

pull/1726/head
dongshuilong 2022-03-04 03:14:16 +00:00
parent fb986162de
commit ccea789eef
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ if [ $MODE = 'benchmark_train' ]; then
epoch_num=1
fi
LOG_PATH="./test_tipc/output"
LOG_PATH="./test_tipc/output/${model_name}"
mkdir -p ${LOG_PATH}
status_log="${LOG_PATH}/results_python.log"