farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 846 forks source link

predict model #269

Open akramahmadi66 opened 5 years ago

akramahmadi66 commented 5 years ago

how to predict AttentionSeq2Seq model for my input value such as x = np.random.random((samples, input_length, input_dim))?