"tests/vscode:/vscode.git/clone" did not exist on "b971c769e80fe85fb7dd35c7cf65f3ac97ea6421"
Unverified Commit 20601811 authored by Kyle Piira's avatar Kyle Piira Committed by GitHub
Browse files

Fixes paths with spaces in seq2seq example (#6493)

parent fe61c05b
...@@ -11,4 +11,4 @@ python finetune.py \ ...@@ -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 \
$@ "$@"
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