From 0cb99c4f84084119889c3ea80dd20b12f460f679 Mon Sep 17 00:00:00 2001 From: Zman <35071129+Atlantisming@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:04:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Hackathon=204th=20No.15=E3=80=91Add=20?= =?UTF-8?q?GaussianNLLLoss=20rfc=20file.=20(#446)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rfcs/APIs/20230222_api_design_for_gaussiannllloss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/APIs/20230222_api_design_for_gaussiannllloss.md b/rfcs/APIs/20230222_api_design_for_gaussiannllloss.md index ee07a8a9f..decabfefd 100644 --- a/rfcs/APIs/20230222_api_design_for_gaussiannllloss.md +++ b/rfcs/APIs/20230222_api_design_for_gaussiannllloss.md @@ -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,