allow spaces in bash args with "$@" (#6521)
This commit is contained in:
@@ -23,7 +23,7 @@ python finetune.py \
|
||||
--output_dir=$OUTPUT_DIR \
|
||||
--num_train_epochs=1 \
|
||||
--gpus=0 \
|
||||
--do_train $@
|
||||
--do_train "$@"
|
||||
|
||||
rm -rf cnn_tiny
|
||||
rm -rf $OUTPUT_DIR
|
||||
|
||||
Reference in New Issue
Block a user