Skip to content

Commit

Permalink
formating issue found
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsdev committed May 4, 2021
1 parent 0b0748e commit bb23606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch/nn/functional.py
Expand Up @@ -112,8 +112,8 @@
Examples::
>>> # With square kernels and equal stride
>>> filters = torch.randn(8,4,3,3)
>>> inputs = torch.randn(1,4,5,5)
>>> filters = torch.randn(8, 4, 3, 3)
>>> inputs = torch.randn(1, 4, 5, 5)
>>> F.conv2d(inputs, filters, padding=1)
""",
) # noqa: E501
Expand Down

0 comments on commit bb23606

Please sign in to comment.