Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Nov 3, 2023
1 parent e55d365 commit 1da9d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchmdnet/models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def __init__(self,
hidden_channels,
activation="silu",
dtype=torch.float32):
super(ChargeHead, self).__init__(dtype=dtype)
super(PointChargeHead, self).__init__(dtype=dtype)
act_class = act_class_mapping[activation]
self.output_network = nn.Sequential(
nn.Linear(hidden_channels, hidden_channels // 2, dtype=dtype),
Expand Down

0 comments on commit 1da9d61

Please sign in to comment.