"vscode:/vscode.git/clone" did not exist on "26ea58d4e1d659dcf326d66c0791b33dbef50561"
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