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

Pre-trained layers name #139

Open AshishGusain17 opened 4 years ago

AshishGusain17 commented 4 years ago

Right now, we can give only those layers name that we add ourself. Suppose we are using pre-trained models like ResNet50, how to use their names and get visualisations as they are giving errors.

rao208 commented 4 years ago

@AshishGusain17 Please check the issue #138