We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595f4d4 commit dcd25f2Copy full SHA for dcd25f2
bioneuralnet/explainability/dpmon_explainer.py
@@ -26,7 +26,7 @@ class NeuralNetworkWrapper(nn.Module):
26
"""A wrapper class for formatting DPMON Neural Network IO in a form pytorch_geometric requires"""
27
28
def __init__(self, nn: NeuralNetwork):
29
- """_summary_
+ """Create NeuralNetworkWrapper instance
30
31
Args:
32
nn (NeuralNetwork): _description_
0 commit comments