Skip to content

Commit

Permalink
Might be good for newcomers to read what N means (#41851)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch/pytorch#41851

Reviewed By: izdeby

Differential Revision: D22703602

Pulled By: mrshenli

fbshipit-source-id: 44905f43cdf53b38e383347e5002a28c9363a446
  • Loading branch information
orena1 authored and facebook-github-bot committed Jul 23, 2020
1 parent 7646f3c commit b6690eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/nn/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ def linear(input, weight, bias=None):
Shape:
- Input: :math:`(N, *, in\_features)` where `*` means any number of
- Input: :math:`(N, *, in\_features)` N is the batch size, `*` means any number of
additional dimensions
- Weight: :math:`(out\_features, in\_features)`
- Bias: :math:`(out\_features)`
Expand Down

0 comments on commit b6690eb

Please sign in to comment.