AnotherYx
Results
1
issues of
AnotherYx
In `pytorch-GAT-main/models/definitions/GAT.py`, lines 97 to 100, we initialize the tensor for `bias`. Then, in line 123, we further initialize the value of `bias` using `self.init_params(layer_type)`. However, the function we use...