We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Studying the DimeNet implementation I get the following error when I try to import
DimeNet
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?
2.0.4
1.11.0
3.8.12
conda
pip
torch-scatter
The text was updated successfully, but these errors were encountered:
activation_resolver was added in #4749, its not in the release version of pytorch_geometricc yet, you'd have to install from master.
activation_resolver
Sorry, something went wrong.
No branches or pull requests
🐛 Describe the bug
Studying the
DimeNet
implementation I get the following error when I try to importActually I cannot find such module in the docs, is that deprecated?
Environment
2.0.4
1.11.0
3.8.12
conda
,pip
, source):conda
torch-scatter
): /The text was updated successfully, but these errors were encountered: