PetarV- / GAT

Graph Attention Networks (https://arxiv.org/abs/1710.10903)
https://petar-v.com/GAT/
MIT License
3.15k stars 643 forks source link

How to use set seed to get same results everytime? #43

Open 8023jiao opened 4 years ago

8023jiao commented 4 years ago

Hello! Thanks for sharing the code.It's really a great work. I'm wondering if there is a way to get same results every runtime? I tried to set tf.set_random_seed(123) in the execute file and layers.py file, but it doesn't work. Thanks!