Skip to content

Commit

Permalink
small change to kick off tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
ieee8023 committed Jan 3, 2023
1 parent 44ca638 commit bd87691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion captum/attr/_core/latent_shift.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class LatentShift(GradientAttribution):
def __init__(self, forward_func: Callable, autoencoder) -> None:
r"""
Args:
forward_func (callable): The forward function of the model or
any modification of it
autoencoder: An object with an encode and decode function which
Expand Down

0 comments on commit bd87691

Please sign in to comment.