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

Is there an issue with the description of the shape of the returned tensor H? #282

Open
sonrisa07 opened this issue Oct 15, 2024 · 0 comments

Comments

@sonrisa07
Copy link

Return types:
* **H** (torch.FloatTensor) - Output data of shape
(batch_size, in_channels, num_nodes, input_time_steps).
"""

Initially, X.permute(0, 3, 2, 1) is applied, and again at the end. Aren't the dimensions still consistent with the input shape: (batch_size, input_time_steps, num_nodes, in_channels)?

@sonrisa07 sonrisa07 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2024
@sonrisa07 sonrisa07 reopened this Oct 15, 2024
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

1 participant