Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name 'GradCAM' is not defined #127

Closed
ShowTimeJMJ opened this issue Apr 14, 2020 · 2 comments
Closed

name 'GradCAM' is not defined #127

ShowTimeJMJ opened this issue Apr 14, 2020 · 2 comments
Labels
waiting explanations Need explanations from the users

Comments

@ShowTimeJMJ
Copy link

NameError Traceback (most recent call last)
in
----> 1 explainer = GradCAM()
2 grid = explainer.explain(data, model, class_index=np.argmax(preds[0]))

NameError: name 'GradCAM' is not defined

@RaphaelMeudec
Copy link
Collaborator

@ShowTimeJMJ Could you provide a minimal example that raises the error? Which version of tf-explain are you using?

@RaphaelMeudec RaphaelMeudec added the waiting explanations Need explanations from the users label May 10, 2020
@rao208
Copy link

rao208 commented Jun 22, 2020

@ShowTimeJMJ Maybe you did not import GradCam. Happened with me before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting explanations Need explanations from the users
Projects
None yet
Development

No branches or pull requests

3 participants