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

Fix alibi-explain-server to use alibi load_explainer helper function #3708

Closed
seldondev opened this issue Oct 28, 2021 — with Board Genius Sync · 0 comments · Fixed by #3744
Closed

Fix alibi-explain-server to use alibi load_explainer helper function #3708

seldondev opened this issue Oct 28, 2021 — with Board Genius Sync · 0 comments · Fixed by #3744
Assignees

Comments

Copy link
Collaborator

Currently alibiexplainer v1 server isloadingexplainer artefacts using dill.load

Given that alibi is now using load_explainer and save_explainer we have to use these methods instead.Otherwise things are likely to break. For example AnchorImage is expected to be broken currently given that save_explainer will persist a separate dill for the segmentation_fn

If we use load_explainer, internally there is a call to reset_predictor, so we also need to remove that fromalibi-explain-server

Also we need to update / fix tests: e.g.test_anchor_images.py

  • docs to reflect any instructions that we exposed to users.
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

Successfully merging a pull request may close this issue.

2 participants