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

Explanations does not have ipython_plot #104

Open
AlveeeRahman opened this issue Jun 19, 2024 · 0 comments
Open

Explanations does not have ipython_plot #104

AlveeeRahman opened this issue Jun 19, 2024 · 0 comments

Comments

@AlveeeRahman
Copy link

It seems the OmniXAi Visual Explainer does not have the ipython_plot. Can anyone help resolve this?


AttributeError Traceback (most recent call last)
Cell In[33], line 4
2 for name, explanations in local_explanations.items():
3 print(f"{name}:")
----> 4 explanations.ipython_plot(index, class_names=idx2label)

AttributeError: 'dict' object has no attribute 'ipython_plot'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant