Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to adjust the timesteps #10

Open
cuhkebook opened this issue Aug 16, 2018 · 1 comment
Open

How to adjust the timesteps #10

cuhkebook opened this issue Aug 16, 2018 · 1 comment

Comments

@cuhkebook
Copy link

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
Copy link

menon92 commented Feb 1, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants