marcoancona / DeepExplain

A unified framework of perturbation and gradient-based attribution methods for Deep Neural Networks interpretability. DeepExplain also includes support for Shapley Values sampling. (ICLR 2018)
https://arxiv.org/abs/1711.06104
MIT License
720 stars 133 forks source link

Compatibility problem #67

Closed moranitu closed 2 years ago

moranitu commented 3 years ago

Hi, I am using Google Colab environment and trying to use DeepExplain library in my code which is doing classification between 2 classes of image files. I am using tensorflow 2.5.0 as default. I can install innvestigate succesfully and when I try to import innvestigate I got the error: AttributeError: module 'keras.utils' has no attribute 'Sequence'

error

Is there any solution for that or any way of using innvestigate with my code written in the latest version of keras/tensorflow? Thanks,