Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NKNaN committed Mar 13, 2024
1 parent e5b3604 commit c37d703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/nn/functional/norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def group_norm(
>>> group_norm_out = paddle.nn.functional.group_norm(x, num_groups=6)
>>> print(group_norm_out)
Tensor(shape=[2, 6, 2, 2], dtype=float32, place=Place(cpu), stop_gradient=False,
Tensor(shape=[2, 6, 2, 2], dtype=float32, place=Place(cpu), stop_gradient=True,
[[[[-1.34163547, -0.44721183],
[ 0.44721183, 1.34163547]],
[[-1.34163547, -0.44721183],
Expand Down

0 comments on commit c37d703

Please # to comment.