We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f3330 commit 86db600Copy full SHA for 86db600
captum/module/stochastic_gates_base.py
@@ -30,6 +30,8 @@ class StochasticGatesBase(Module, ABC):
30
extend this class and implement the distribution specific functions.
31
"""
32
33
+ mask: Optional[Tensor]
34
+
35
def __init__(
36
self,
37
n_gates: int,
0 commit comments