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

What is the difference between hidden_state and hidden_dim? #31

Open
yustiks opened this issue Oct 24, 2021 · 2 comments
Open

What is the difference between hidden_state and hidden_dim? #31

yustiks opened this issue Oct 24, 2021 · 2 comments

Comments

@yustiks
Copy link

yustiks commented Oct 24, 2021

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?

@yougrianes
Copy link

I have the same problem... and why len(kernel_size) == len(hidden_dim) == num_layers needs to be true?

@yougrianes
Copy link

I have the same problem... and why len(kernel_size) == len(hidden_dim) == num_layers needs to be true?

ohh.... I think it just want to specify params for every of conv-lstm cell, not just a simple-copy.

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