We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I saw that in the code, hidden_state is not implemented:
def forward(self, input_tensor, hidden_state=None): """ Parameters ---------- input_tensor: todo 5-D Tensor either of shape (t, b, c, h, w) or (b, t, c, h, w) hidden_state: todo None. todo implement stateful
meanwhile, hidden_dim is given. What is the difference between those two variables?
The text was updated successfully, but these errors were encountered:
I have the same problem... and why len(kernel_size) == len(hidden_dim) == num_layers needs to be true?
len(kernel_size) == len(hidden_dim) == num_layers
Sorry, something went wrong.
ohh.... I think it just want to specify params for every of conv-lstm cell, not just a simple-copy.
No branches or pull requests
I saw that in the code, hidden_state is not implemented:
meanwhile, hidden_dim is given.
What is the difference between those two variables?
The text was updated successfully, but these errors were encountered: