Skip to content
Snippets Groups Projects
Commit ee912833 authored by Daniel Ecer's avatar Daniel Ecer
Browse files

use array syntax for $TRAINING_ARGS

parent da9e4a89
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ COMMON_ARGS=(
--eval_set_size 10
--max_steps 0
--write_predictions
${TRAINING_ARGS}
${TRAINING_ARGS[@]}
)
if [ $USE_SEPARATE_CHANNELS == true ]; then
......
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