sicara / tf-explain

Interpretability Methods for tf.keras models with Tensorflow 2.x
https://tf-explain.readthedocs.io
MIT License
1.02k stars 111 forks source link

Apply tf-explain to Cnn+LSTM model #113

Open gabarlacchi opened 4 years ago

gabarlacchi commented 4 years ago

Hello, Thank for the work, very useful. I am using a network like: CNN (feature extraction) + LSTM (sequence classification) and I would like to apply tf-explain to it. Is that possible in some way? How can I extend the idea of Grad-Cam (for example) to such a network? Thanks in advance for the help, Gabriele