From 54dc5a1a7147467e4782371d4d07f40bf817c032 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 2 Jul 2021 16:56:48 +0800 Subject: [PATCH] fix indent --- .../explainer/explanation/_attribution/_perturbation/rise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/explainer/explanation/_attribution/_perturbation/rise.py b/mindspore/explainer/explanation/_attribution/_perturbation/rise.py index f78932c5e94..8924b93f4ca 100644 --- a/mindspore/explainer/explanation/_attribution/_perturbation/rise.py +++ b/mindspore/explainer/explanation/_attribution/_perturbation/rise.py @@ -57,7 +57,7 @@ class RISE(PerturbationAttribution): Outputs: Tensor, a 4D tensor of shape :math:`(N, l, H, W)` when targets is a tensor of shape (N, l), otherwise a tensor - of shape (N, 1, H, w), saliency maps. + of shape (N, 1, H, w), saliency maps. Raises: TypeError: Be raised for any argument or input type problem.