Hi there, I implemented your code in Tensroflow r1.1 and I am able to train the entire model. When I then attempt to get a sample, I simply get a constant output [ 2, 2, 2, 2, 2 ] This means that the trained model outputs _EOS every time. Any ideas as to why this is happening?