Skip to content

Commit

Permalink
match reference to other references
Browse files Browse the repository at this point in the history
  • Loading branch information
ieee8023 committed Jan 3, 2023
1 parent f13ca2c commit 44ca638
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions captum/attr/_core/latent_shift.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ class LatentShift(GradientAttribution):
the code to generate a video and construct a heatmap representing the
image changes for viewing as an image.
Publication:
Cohen, J. P., et al. Gifsplanation via Latent Shift: A Simple
Autoencoder Approach to Counterfactual Generation for Chest
X-rays. Medical Imaging with Deep Learning.
More details regarding the latent shift method can be found in the
original paper:
https://arxiv.org/abs/2102.09475
And the original code repository:
https://github.com/mlmed/gifsplanation
"""

def __init__(self, forward_func: Callable, autoencoder) -> None:
Expand Down

0 comments on commit 44ca638

Please sign in to comment.