Browse Source

fix indent

tags/v1.3.0
unknown 4 years ago
parent
commit
54dc5a1a71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/explainer/explanation/_attribution/_perturbation/rise.py

+ 1
- 1
mindspore/explainer/explanation/_attribution/_perturbation/rise.py View File

@@ -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.


Loading…
Cancel
Save