Skip to content

Commit 0cb99c4

Browse files
authored
【Hackathon 4th No.15】Add GaussianNLLLoss rfc file. (#446)
1 parent 3ab7ba7 commit 0cb99c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/APIs/20230222_api_design_for_gaussiannllloss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def gaussian_nll_loss(
122122
`paddle.nn.functional.gaussian_nll_loss(input,
123123
target,
124124
var,
125-
full=None,
125+
full=False,
126126
eps=1e-6,
127127
reduction: str="mean",
128128
name:str=None,

0 commit comments

Comments
 (0)