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

Issue with infer example #205

Open
yassmine-lam opened this issue Dec 30, 2021 · 1 comment
Open

Issue with infer example #205

yassmine-lam opened this issue Dec 30, 2021 · 1 comment

Comments

@yassmine-lam
Copy link

Hi,

I tried to infer an example using ASGCN model with the same dataset used for evaluation in training process. However, I got this error

output = torch.matmul(adj, hidden) / denom
RuntimeError: batch1 dim 2 must match batch2 dim 1

Any ideas plz?

Thank u in advance

@GeneZC
Copy link
Collaborator

GeneZC commented Dec 30, 2021

It seems that the dependency matrix has not been processed properly. Could you please give the details of your example?

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