ankurtaly / Integrated-Gradients

Attributing predictions made by the Inception network using the Integrated Gradients method
600 stars 99 forks source link

how can we use other models such vgg #3

Open neouyghur opened 7 years ago

neouyghur commented 7 years ago

If I want to use your approach with other models such as vgg, how can I do this? Thanks.

nabsabraham commented 6 years ago

Thanks for this implementation :D can I use this code on a keras model trained using tf backend? how can I go about using it on different models?