ChebConv K's impact on shape #7136
Unanswered
LaurentBerder
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I sadly cannot really help you with any problems related to PyG-Temporal since this library is not maintained by us. I assume the issue is that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to model a phenomenon using a
torch_geometric_temporal.nn.GConvLSTM
, which itself is based ontorch_geometric.nn.ChebConv
, but I can't find a way to change the parameterK
.Here's my definition of the model:
I then initialize it
And then use it
However, whenever I try to modify the value for K, I get an error:
I don't recognize the values for size of tensor, it's not a multiplier of any of my data object's dimenstions:
Beta Was this translation helpful? Give feedback.
All reactions