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 44ca638 commit bd87691Copy full SHA for bd87691
captum/attr/_core/latent_shift.py
@@ -36,7 +36,6 @@ class LatentShift(GradientAttribution):
36
def __init__(self, forward_func: Callable, autoencoder) -> None:
37
r"""
38
Args:
39
-
40
forward_func (callable): The forward function of the model or
41
any modification of it
42
autoencoder: An object with an encode and decode function which
0 commit comments