explainable-cnn
explainable-cnn copied to clipboard
x_cnn = CNNExplainer(model, imagenet_class_labels) not working
i tried your library but it is giving error in line x_cnn = CNNExplainer(model, imagenet_class_labels) the pkl file used is https://drive.google.com/file/d/14DPoXNCWqb8vr4AeqRVAcDzrPKlAQnpS/view?usp=sharing
TypeError Traceback (most recent call last)