add model_name fot tipc save_path
parent
fb986162de
commit
ccea789eef
test_tipc
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue