Skip to content

Commit

Permalink
【Hackathon 4th No.15】Add GaussianNLLLoss rfc file. (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlantisming authored Mar 9, 2023
1 parent 3ab7ba7 commit 0cb99c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/APIs/20230222_api_design_for_gaussiannllloss.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def gaussian_nll_loss(
`paddle.nn.functional.gaussian_nll_loss(input,
target,
var,
full=None,
full=False,
eps=1e-6,
reduction: str="mean",
name:str=None,
Expand Down

0 comments on commit 0cb99c4

Please sign in to comment.