We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccfda1 commit d08f3f6Copy full SHA for d08f3f6
examples/models/conv.py
@@ -22,7 +22,7 @@ def __init__(
22
atom_type_embedding_dim: int,
23
num_atom_types: int,
24
max_radius: float,
25
- conv_type: str = "default"
+ conv_type: str = "default",
26
):
27
super().__init__()
28
0 commit comments