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 cec2237 commit b387097Copy full SHA for b387097
captum/attr/_core/latent_shift.py
@@ -26,11 +26,11 @@ class LatentShift(GradientAttribution):
26
the code to generate a video and construct a heatmap representing the
27
image changes for viewing as an image.
28
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.
+ More details regarding the latent shift method can be found in the
+ original paper:
33
https://arxiv.org/abs/2102.09475
+ And the original code repository:
+ https://github.com/mlmed/gifsplanation
34
"""
35
36
def __init__(self, forward_func: Callable, autoencoder) -> None:
0 commit comments