Skip to content

Commit

Permalink
Fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed May 22, 2024
1 parent a6a7efb commit e224dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchmdnet/models/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def forward(self, distances: Tensor) -> Tensor:


class MLP(nn.Module):
"""A simple multi-layer perceptron with a given number of layers and hidden channels.
r"""A simple multi-layer perceptron with a given number of layers and hidden channels.
The simplest MLP has no hidden layers and is composed of two linear layers with a non-linear activation function in between:
Expand Down

0 comments on commit e224dc5

Please sign in to comment.