ExplainableML-Vision icon indicating copy to clipboard operation
ExplainableML-Vision copied to clipboard

This repository introduces different Explainable AI approaches and demonstrates how they can be implemented with PyTorch and torchvision. Used approaches are Class Activation Mappings, LIMA and SHaple...

Results 2 ExplainableML-Vision issues
Sort by recently updated
recently updated
newest added

Hi @marvinbuss , good job. I have one question. Does the below model_name always have to be inception? I do not understand why it is like that? is_inception=(model_name=="inception")

What is the license of the code? Thanks.