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

Training on obg-molhiv dataset #8

Open
BalaDhinesh opened this issue Jul 27, 2022 · 0 comments
Open

Training on obg-molhiv dataset #8

BalaDhinesh opened this issue Jul 27, 2022 · 0 comments

Comments

@BalaDhinesh
Copy link

Thanks a lot for posting the code! I'm quite new to GNN, and I am facing errors in training the GIN model with degree quant support with the OGB-MOLHIV binary classification dataset.
However, I face an issue in the below line:

output.mul_(inv_scale).add_(zero_point)

The error is:

RuntimeError: result type Float can't be cast to the desired output type Long

The inv_scale and zero_point values I obtained are 15.9375 and -128.0, respectively.

I have only changed the dataset inside the get_dataset() function. Do I need to consider anything else? I fixed the dataset transform bug as reported by issue #1

Please help me with how to resolve this.

Thanks!!

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