Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the
ClusterPooling
layer #9627Added the
ClusterPooling
layer #9627Changes from 8 commits
5fdecf3
25d7f86
a0ebe4e
37f9d34
44976fa
9ea4339
06f3e3b
a2dfc05
e0a87c3
4ed02bc
d74377e
6f03d66
826f97d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 1 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L1
Check warning on line 6 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L3-L6
Check warning on line 8 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L8
Check warning on line 16 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L16
Check warning on line 42 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L42
Check warning on line 45 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L45
Check warning on line 55 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L49-L55
Check warning on line 62 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L57-L62
Check warning on line 64 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L64
Check warning on line 66 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L66
Check warning on line 68 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L68
Check warning on line 71 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L70-L71
Check warning on line 73 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L73
Check warning on line 76 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L75-L76
Check warning on line 78 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L78
Check warning on line 81 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L80-L81
Check warning on line 83 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L83
Check warning on line 85 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L85
Check warning on line 111 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L108-L111
Check warning on line 113 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L113
Check warning on line 115 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L115
Check warning on line 118 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L118
Check warning on line 120 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L120
Check warning on line 123 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L122-L123
Check warning on line 126 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L126
Check warning on line 128 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L128
Check warning on line 131 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L131
Check warning on line 134 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L133-L134
Check warning on line 137 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L137
Check warning on line 141 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L139-L141
Check warning on line 144 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L144
Check warning on line 146 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L146
Check warning on line 148 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L148
Check warning on line 151 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L150-L151
Check warning on line 154 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L153-L154
Check warning on line 156 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L156
Check warning on line 160 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L160
Check warning on line 163 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L163
Check warning on line 193 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L185-L193
Check warning on line 195 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L195
Check warning on line 198 in torch_geometric/nn/pool/cluster_pool.py
Codecov / codecov/patch
torch_geometric/nn/pool/cluster_pool.py#L197-L198