KerasDeepSpeech icon indicating copy to clipboard operation
KerasDeepSpeech copied to clipboard

How to adjust the timesteps

Open cuhkebook opened this issue 6 years ago • 1 comments

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!

cuhkebook avatar Aug 16 '18 03:08 cuhkebook

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

menon92 avatar Feb 01 '20 06:02 menon92