Deepang Raval
Results
1
comments of
Deepang Raval
> By changing the shape, you can solve the problem. Adding the follow line on author's code > output_layer = tf.reshape(output_layer, [-1, hidden_size]) > preds = np.reshape(preds, [batch_size, seq_len, vocab_size])...