Fixes paths with spaces in seq2seq example (#6493)

This commit is contained in:
Kyle Piira
2020-08-16 13:36:38 -04:00
committed by GitHub
parent fe61c05b85
commit 2060181126

View File

@@ -11,4 +11,4 @@ python finetune.py \
--do_predict \ --do_predict \
--n_val 1000 \ --n_val 1000 \
--val_check_interval 0.1 \ --val_check_interval 0.1 \
$@ "$@"