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

LSTM Model Initialization fails if hidden_dims are anything except [1,1,1] #23

Open
iSiddharth20 opened this issue Jan 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@iSiddharth20
Copy link
Owner

When Initializing LSTM Model in main.py :
model_lstm = ConvLSTM(input_dim=1, hidden_dims=[1,1,1], kernel_size=(3, 3), num_layers=3, alpha=0.5)
The model doesn't work if hidden_dims are anything except [1,1,1] when num_layers=3

Possible Source of Error :

@iSiddharth20 iSiddharth20 added the bug Something isn't working label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant