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

Upgrade e3nn to fix batch normalization runtime issue with final_conv module #155

Closed
wants to merge 2 commits into from

Conversation

amorehead
Copy link
Contributor

@amorehead amorehead commented Sep 1, 2023

Starting with version 0.5.1 of e3nn, the authors of the library are now guarding against attempting to aggregate scalar means if no scalar irreps are given as input: https://github.com/e3nn/e3nn/blob/bb71b3c75c38c6d633cfebe9988b1fb1563432c0/e3nn/nn/_batchnorm.py#L191

(This PR also adds wandb to the installation instructions for new Conda environments)

It's possible version 0.5.0 of e3nn was pinned accidentally, even though the source code will only run with 0.5.1 of e3nn. I hope this helps!

@jsilter
Copy link
Collaborator

jsilter commented Apr 26, 2024

@amorehead Have you encountered this e3nn bug while running DiffDock?

@amorehead
Copy link
Contributor Author

Hello. I haven't tested to see if DiffDock-L's codebase now raises this error, but for DiffDock 1 it did.

@jsilter jsilter closed this in 561f70a Apr 30, 2024
@amorehead amorehead deleted the patch-1 branch April 30, 2024 17:23
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

Successfully merging this pull request may close these issues.

None yet

2 participants