robmsmt / KerasDeepSpeech

A Keras CTC implementation of Baidu's DeepSpeech for model experimentation
GNU Affero General Public License v3.0
242 stars 79 forks source link

How to adjust the timesteps #10

Open cuhkebook opened 6 years ago

cuhkebook commented 6 years ago

Hello, thank you for sharing the great project.

I want to adjust the timesteps in ownModel. However, I can't find where should be adjusted? In, def ownModel(), it has a

input_data = Input(name='_the_input', shape=(None,input_dim)) ... x = TimeDistributed(Dense(fc_size...))(x)

Where is the def. of timesteps? Thank a lot!

menon92 commented 4 years ago

@cuhkebook, is not timesteps is variable (None, None, fc_size) length