You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a normalize parameter to dense_diff_pool (#4847)
* modified link_loss to make it viable to not normalizing
* modified link_loss to make it viable to not normalizing
* changelog modified
* Update CHANGELOG.md
Co-authored-by: Jinu Sunil <[email protected]>
* update
Co-authored-by: Chuxuan Hu <[email protected]>
Co-authored-by: Matthias Fey <[email protected]>
Co-authored-by: Jinu Sunil <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
6
6
## [2.0.5] - 2022-MM-DD
7
7
### Added
8
+
- Added a `normalize` parameter to `dense_diff_pool` ([#4847](https://github.com/pyg-team/pytorch_geometric/pull/4847))
8
9
- Added `size=None` explanation to jittable `MessagePassing` modules in the documentation ([#4850](https://github.com/pyg-team/pytorch_geometric/pull/4850))
9
10
- Added documentation to the `DataLoaderIterator` class ([#4838](https://github.com/pyg-team/pytorch_geometric/pull/4838))
10
11
- Added `GraphStore` support to `Data` and `HeteroData` ([#4816](https://github.com/pyg-team/pytorch_geometric/pull/4816))
0 commit comments