We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9634d commit 145ac86Copy full SHA for 145ac86
test_tipc/README.MD
@@ -34,7 +34,8 @@ export CUDA_VISIBLE_DEVICES=0
34
```
35
*在解析工具下载好之后,运行脚本
36
37
-cd ./test_tipc/
+mkdir jx
38
+cd jx/
39
wget https://paddle-qa.bj.bcebos.com/benchmark/tools.tar.gz
40
tar -zxvf tools.tar.gz
41
export BENCHMARK_ROOT=$PWD/tools
test_tipc/benchmark_train.sh
@@ -17,7 +17,6 @@ export PDSC_DIR=$(cd "$( dirname ${BASH_SOURCE[0]})"; cd ..; pwd)
17
export TEST_DIR="${PDSC_DIR}"
18
export TIPC_TEST="ON" # open tipc log in solver.py
19
export PYTHONPATH=${PDSC_DIR}
20
-BENCHMARK_ROOT="${TEST_DIR}/test_tipc/tools"
21
source ${TEST_DIR}/test_tipc/common_func.sh
22
23
function func_parser_params(){
0 commit comments