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

Improve explosions in memory and time during inference #102

Merged
merged 15 commits into from
Apr 5, 2024

Conversation

lilyminium
Copy link
Collaborator

@lilyminium lilyminium commented Apr 5, 2024

Fixes #101

Changes made in this Pull Request:

  • Minor fussing around with dicts and tuples
  • Avoid using itertools.product to produce whole molecules instead of fragments
  • Avoid nested loops during masking of node/edges when DGL not present

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

@codecov-commenter
Copy link

codecov-commenter commented Apr 5, 2024

Codecov Report

Merging #102 (fb239d6) into main (0a3a9c7) will decrease coverage by 14.70%.
The diff coverage is 91.80%.

Additional details and impacted files

@lilyminium lilyminium merged commit aeb9d3f into main Apr 5, 2024
75 checks passed
@lilyminium lilyminium deleted the tweak-resonance branch April 5, 2024 10:32
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.

Very large molecules consume huge amounts of memory
2 participants