Skip to content

Commit

Permalink
modify API nn.Bilinear's doc, test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghuancoder committed Mar 29, 2021
1 parent d92a178 commit cd69a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/nn/layer/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ class Bilinear(layers.Layer):
.. math::
out_{i} = x1 * W_{i} * {x2^\mathrm{T}}, i=0,1,...,out_features-1
out_{i} = x1 * W_{i} * {x2^\mathrm{T}}, i=0,1,...,outfeatures-1
out = out + b
Expand Down

1 comment on commit cd69a1d

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.