farizrahman4u / seq2seq

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

what's the meaning of input_dim, input_length in seq2seq #212

Open cswwp opened 7 years ago

cswwp commented 7 years ago

input_dim equals to time_steps' length? input_length equals to the feature dimension of on one time_step?

cswwp commented 7 years ago

hi, i want to know what's the meaning of input_dim, input_length in seq2seq input_dim equals to time_steps' length? input_length equals to the feature dimension of on one time_step? please help me @rickyhan @azinnai @Fariz Rahman

michelleowen commented 7 years ago

I think input_dim is feature dimension, input_length is time steps