Replies: 1 comment 1 reply
-
You can take a look at |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a pyg-tutorial example that shows how to create bipartite graph mappings between two data domains? I'm looking to recreate the model described in this paper: https://arxiv.org/abs/2202.07575. Specifically the mappings shown in Figure 2 of said paper:
E.g. the "encoder" (leftmost graph) represents a mapping between the latitude/longitude data grid (blueish dots) and a coarser, icosahedron grid (gray nodes). Each gray node is connected to its 12 nearest neighbors on the lat/lon mesh.
I'm aware of this implementation: https://github.com/openclimatefix/graph_weather/blob/main/graph_weather/models/layers/encoder.py but i'm having trouble understanding some parts of the implementation and would like to work my way up from a simpler example, if possible.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions