Skip to content

Commit b387097

Browse files
committed
match reference to other references
1 parent cec2237 commit b387097

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

captum/attr/_core/latent_shift.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ class LatentShift(GradientAttribution):
2626
the code to generate a video and construct a heatmap representing the
2727
image changes for viewing as an image.
2828
29-
Publication:
30-
Cohen, J. P., et al. Gifsplanation via Latent Shift: A Simple
31-
Autoencoder Approach to Counterfactual Generation for Chest
32-
X-rays. Medical Imaging with Deep Learning.
29+
More details regarding the latent shift method can be found in the
30+
original paper:
3331
https://arxiv.org/abs/2102.09475
32+
And the original code repository:
33+
https://github.com/mlmed/gifsplanation
3434
"""
3535

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

0 commit comments

Comments
 (0)