Skip to content

Commit 45e3a8a

Browse files
committed
docstring parameter fixed
1 parent 5d77a5a commit 45e3a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mambular/arch_utils/layer_utils/sparsemax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _threshold_and_support(input_, dim=-1):
9292
9393
Parameters
9494
----------
95-
input : torch.Tensor
95+
input_ : torch.Tensor
9696
The input tensor on which to compute the threshold and support.
9797
dim : int, optional
9898
Dimension along which to compute the threshold and support. Default is -1.

0 commit comments

Comments
 (0)