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

adj_to_bias "return -1e9 * (1.0 - mt)" term #62

Closed sanjayagra closed 3 years ago

sanjayagra commented 3 years ago

https://github.com/PetarV-/GAT/blob/77d0d41b432df79184beb64bb6fcab557851e0b4/utils/process.py#L25 return -1e9 * (1.0 - mt)

Why this has been multiplied by -1e9. Isn't it going to be very small?