"example/01_gemm/gemm_dl_fp16.cpp" did not exist on "64350affc5767e7ce3fb211d8145b5c9d18017d8"
Commit 853ac33e authored by LDOUBLEV's avatar LDOUBLEV
Browse files

delete IFS

parent f57b155c
...@@ -15,7 +15,6 @@ fi ...@@ -15,7 +15,6 @@ fi
IFS=$'\n' IFS=$'\n'
lines=(${dataline}) lines=(${dataline})
IFS=$'\n'
# The training params # The training params
model_name=$(func_parser_value "${lines[1]}") model_name=$(func_parser_value "${lines[1]}")
python=$(func_parser_value "${lines[2]}") python=$(func_parser_value "${lines[2]}")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment