Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed May 24, 2022
1 parent ce683e0 commit f44b024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch_geometric/nn/models/dimenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ class DimeNet(torch.nn.Module):
interaction blocks after the skip connection. (default: :obj:`2`)
num_output_layers (int, optional): Number of linear layers for the
output blocks. (default: :obj:`3`)
act (string or Callable, optional): The activation function.
act (str or Callable, optional): The activation function.
(default: :obj:`"swish"`)
"""

Expand Down Expand Up @@ -634,7 +634,7 @@ class DimeNetPlusPlus(DimeNet):
interaction blocks after the skip connection. (default: :obj:`2`)
num_output_layers: (int, optional): Number of linear layers for the
output blocks. (default: :obj:`3`)
act: (string or Callable, optional): The activation funtion.
act: (str or Callable, optional): The activation funtion.
(default: :obj:`"swish"`)
"""

Expand Down

0 comments on commit f44b024

Please sign in to comment.