Fix bug in GIN Dataset degree OHE logic (#1498)
In the previous code, the same vector was being assigned to all the nodes in each graph. `:` was used incorrectly assuming that only one row will be selected for each column but all rows were selected for each column.
Showing
Please register or sign in to comment