-
Notifications
You must be signed in to change notification settings - Fork 61
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
[Feature] Add bias to edge decoder #1125
[Feature] Add bias to edge decoder #1125
Conversation
Could you also modify this rst file to add |
@zhjwy9343 I think it's already there? |
Do you mean the |
…storm into add-bias-to-edge-decoder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
*Issue #, if available:* An extension of issue #335 *Description of changes:* Adding bias to edge decoders. Regression test results after my changes: ``` Dataset Test Performance Validation Performance Total Time Epoch Time/Seconds OGB-MAG-NC Acc: 0.4070 Acc: 0.4151 0:25:08 69.963 OGB-PROD-NC Acc: 0.7254 Acc: 0.9137 0:46:33 108.104 ``` By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
An extension of issue #335
Description of changes:
Adding bias to edge decoders.
Regression test results after my changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.