I'm trying to remove conditioning on receiver mesh modes in the edge model of the grid2mesh encoder (as mentioned in the FGN paper). However, I'm noticing quite a few of artifacts in longer rollouts.
In typed_graph_net.py, I removed the conditioning in both the _edge_update function at the InteractionNetwork instantiation. Is there anything else I'm missing? Any code examples would be extremely helpful!
I'm trying to remove conditioning on receiver mesh modes in the edge model of the grid2mesh encoder (as mentioned in the FGN paper). However, I'm noticing quite a few of artifacts in longer rollouts.
In
typed_graph_net.py, I removed the conditioning in both the_edge_updatefunction at theInteractionNetworkinstantiation. Is there anything else I'm missing? Any code examples would be extremely helpful!