translate icon indicating copy to clipboard operation
translate copied to clipboard

Syntax Error while running the training command

Open ashutoshsingh25 opened this issue 6 years ago • 1 comments

Hi @jmp84 While running the command bash pytorch_translate/examples/train_iwslt14.sh, an invalid syntax error is thrown. Any help on this would be appreciated. https://user-images.githubusercontent.com/40763103/54600117-1751d480-4a62-11e9-849b-914ff3d9587d.png

ashutoshsingh25 avatar Mar 19 '19 10:03 ashutoshsingh25

Seems like you're using Python 3.5 or older. What Python version are you using? This syntax is only valid in 3.6+.

erip avatar Apr 29 '19 12:04 erip