how to reshape text data to be suitable for LSTM model in keras
问题 Update1: The code Im referring is exactly the code in the book which you can find it here. The only thing is that I don't want to have embed_size in the decoder part. That's why I think I don't need to have embedding layer at all because If I put embedding layer, I need to have embed_size in the decoder part(please correct me if Im wrong). Overall, Im trying to adopt the same code without using the embedding layer, because I need o have vocab_size in the decoder part. I think the suggestion