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

ModuleNotFoundError: No module named 'torch_geometric.nn.resolver' #4949

Closed
fedeotto opened this issue Jul 9, 2022 · 1 comment
Closed
Labels

Comments

@fedeotto
Copy link

fedeotto commented Jul 9, 2022

🐛 Describe the bug

Studying the DimeNet implementation I get the following error when I try to import

from torch_geometric.nn.resolver import activation_resolver

ModuleNotFoundError: No module named 'torch_geometric.nn.resolver'

Actually I cannot find such module in the docs, is that deprecated?

Environment

  • PyG version: 2.0.4
  • PyTorch version: 1.11.0
  • OS: Windows 10
  • Python version: 3.8.12
  • CUDA/cuDNN version: /
  • How you installed PyTorch and PyG (conda, pip, source): conda
  • Any other relevant information (e.g., version of torch-scatter): /
@fedeotto fedeotto added the bug label Jul 9, 2022
@Padarn
Copy link
Contributor

Padarn commented Jul 9, 2022

activation_resolver was added in #4749, its not in the release version of pytorch_geometricc yet, you'd have to install from master.

@rusty1s rusty1s closed this as completed Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants