-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add randomwalk positional encoding * Add test randomwalkPE * export randomwalkPE * Fix degree Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com> * Fix initialization matrix Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com> * Change return * Add clearer adjacency matrix parameters Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com> * Fix dense_zeros_like * Rename function * Export correct function * Add new test compared with PyTorch * Add docstring --------- Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com>
- Loading branch information
1 parent
5b23e9c
commit 05fca7c
Showing
3 changed files
with
50 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters