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

Import Error for certain classes #108

Closed oke-aditya closed 4 years ago

oke-aditya commented 4 years ago

image

The other imports such as from tf_explain.core.grad_cam import GradCAM from tf_explain.core.activations import ExtractActivations

are working fine.

oke-aditya commented 4 years ago
RaphaelMeudec commented 4 years ago

@oke-aditya Thanks for reporting this, will look into it during the week!

oke-aditya commented 4 years ago
RaphaelMeudec commented 4 years ago

I've made a release, try upgrading to 0.2.0

RaphaelMeudec commented 4 years ago

@oke-aditya Can you check with the newer version and tell me if you have any issue?

oke-aditya commented 4 years ago
oke-aditya commented 4 years ago