Linggeng

Results 2 comments of Linggeng

@Shrey75 You said it works fine with the Greedy decoder. But my code ` infer_helper = seq2seq.GreedyEmbeddingHelper(decoder_embedding_matrix,start_token, end_token) infer_decoder = seq2seq.BasicDecoder(decoder_cell, infer_helper, decoder_initial_state, output_layer) infer_outputs, _, _ = seq2seq.dynamic_decode(infer_decoder)` got...