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
When I do:
from topomodelx.nn.hypergraph.allset import AllSet AllSet(1,1)
I get the (truncated) error:
... --> [58] (...hypergraph/allset_layer.py:58) self.vertex2edge = AllSetBlock(...) --> [231](...hypergraph/allset_layer.py:231) self.encoder = MLP(...) --> [177](...hypergraph/allset_layer.py:177) layers.append(activation_layer(**params)) TypeError: 'NoneType' object is not callable
I tried supplying the sigmoid callable from torch.nn.functional to the mlp_activation argument but to no avail.
sigmoid
torch.nn.functional
mlp_activation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I do:
I get the (truncated) error:
I tried supplying the
sigmoid
callable fromtorch.nn.functional
to themlp_activation
argument but to no avail.The text was updated successfully, but these errors were encountered: