Closed sanjayagra closed 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?
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?