python sample.py --checkpoint_dir="data/checkpoints/" --data_dir="data" File "sample.py", line 88 decoder_mode=False, True) SyntaxError: non-keyword arg after keyword arg I am using tensorflow 1.3
python sample.py --checkpoint_dir="data/checkpoints/" --data_dir="data"
File "sample.py", line 88
decoder_mode=False, True)
SyntaxError: non-keyword arg after keyword arg
I am using tensorflow 1.3