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

Remove the insights module from the main __init__.py file #992

Closed
wants to merge 1 commit into from

Conversation

ProGamerGov
Copy link
Contributor

Fixes: #988

According the setup.py and the README, users wishing to use insights need to use the custom install option provided or install the modules separately. https://github.com/pytorch/captum/blob/master/setup.py#L54, https://github.com/pytorch/captum/blob/master/README.md#installation

Therefore the insights module should not be loaded in the __init__.py file, and users will have to call it like before the changes proposed in #912, and added to the master branch in 9305b10

Copy link
Contributor

@NarineK NarineK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @ProGamerGov ! This was a recent addition - We didn't see the issue.

@facebook-github-bot
Copy link
Contributor

@NarineK has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

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

Successfully merging this pull request may close these issues.

Manual install fails due to missing insight dependency
3 participants