"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "024c4376fb19caa85275c038f071b6e1446a5cad"
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