You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've removed bucketing for now to simplify it.
I've committed a few changes to the dev branch. Ultimately the hold up is setting up beam search. I haven't got it working for beam width > 1 yet (which makes me think it might not be correct for beam width =1 either). I may just use a greedy search decoder in the mean time while I figure it out.
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
The text was updated successfully, but these errors were encountered: