Skip to content
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

Question about Visualizing Network Filters #5

Open
amorehead opened this issue May 6, 2022 · 1 comment
Open

Question about Visualizing Network Filters #5

amorehead opened this issue May 6, 2022 · 1 comment

Comments

@amorehead
Copy link

amorehead commented May 6, 2022

Hello.

I have been experimenting with this network on a new dataset, and I was curious if anyone knows of a simple way to visualize the filters of the network once it has been trained. I have seen filter visualizations for other 3D graph neural networks before (e.g., SphereNet, DimeNet), however, I was curious if such visualization techniques would be applicable to this network architecture.

Thank you in advance for your time and help.

@RobDHess
Copy link
Owner

RobDHess commented Sep 1, 2023

Hi,

Sorry that it took me so long to respond. In the case that this is still useful to you:

Visualising our filters would work a little bit differently than for those networks. Our method is not a convolution-style method, so there isn't a real filter to speak. It is a message passing framework that uses two steerable MLPs to send messages and update node features.

For each path in the tensor product, you could visualise the relative position spherical harmonic and include the weight of that path, but I do not think it would be what you are looking for.

Kind regards,

Rob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants