-
Notifications
You must be signed in to change notification settings - Fork 175
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
No module named 'lie_learn.representations.SO3.irrep_bases' #56
Comments
Hi, |
@mariogeiger Sorry to bother you, can I implement spherical CNNs (s2cnn) with the help of e3cnn? Or do you have time to rewrite and maintain this repository? |
Here is an implementation using e3nn: There still might be an issue with this code, I remember it was not training properly last time I tried. The fast Fourier transform is still missing for the so3 transformation, here is the current naive implementation it is using: https://github.com/e3nn/e3nn/blob/main/e3nn/o3/_so3grid.py |
@mariogeiger Thanks for the e3nn implementation. The test accuracy is about 40% for me after 20 epochs, do you have any ideas as to what the issue might be? |
@mariogeiger In your provided MNIST example, running S2CNN encounters the following problem about lie_learn module.
Originally posted by @EricPengShuai in #52 (comment)
The text was updated successfully, but these errors were encountered: