pytorch / captum

Model interpretability and understanding for PyTorch
https://captum.ai
BSD 3-Clause "New" or "Revised" License
4.8k stars 485 forks source link

is this a typo? #136

Closed vainaixr closed 4 years ago

vainaixr commented 4 years ago

in readme,

Next we will use IntegratedGradients algorithms to assign attribution scores to each input feature with respect to the second target output.

and then target=0, is set, should it be first target output?

orionr commented 4 years ago

@NarineK or @vivekmig , what are your thoughts on this? Thanks.

vivekmig commented 4 years ago

Hi @vainaijr, yes this does look like a typo, thanks for catching it! We will fix it soon.

NarineK commented 4 years ago

https://github.com/pytorch/captum/pull/140