Replies: 1 comment 13 replies
-
Hi @Tyqfat, do you have your full code and env details to reproduce? I haven't followed the status throughly, but looking at existing issues like #2788 (comment), aggregations are not deterministic unless you use |
Beta Was this translation helpful? Give feedback.
13 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered a problem when using pyg's GeneralConv (using edge features) for deep learning training. I have set the global fixed random seed, but during multiple runs of training, each time I get different training results. However, if I only use DNN or Transformer (without using edge features), the results of each training are the same. What is the cause of this? How should I solve this problem?
utils.py
network.py
main.py
Beta Was this translation helpful? Give feedback.
All reactions