-
Notifications
You must be signed in to change notification settings - Fork 20
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
Pb with installation: cannot load any function from aletheia #2
Comments
I just ran across this repo and the README instructions worked on my end. Are you sure you've installed it correctly? I.e. does import aletheia
dir(aletheia) print the expected classes? It should print something like ['MergerClassifier', 'MergerRegressor', 'PrunerClassifier', 'PrunerRegressor', 'UnwrapperClassifier', 'UnwrapperRegressor', '__all__', '__author__', '__builtins__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', '__test__', '__version__', 'aletheia', 'flatten', 'merge', 'prune'] Also, does pip show the right version? I have $ pip3 show aletheia
Name: aletheia
Version: 1.0
Summary: Unwrapping ReLU Networks
Home-page: https://github.com/SelfExplainML/aletheia
Author: Zebin Yang and Aijun Zhang
Author-email: yangzb2010@hku.hk
License: BSD |
Hi, |
Thanks for uploading built versions for Ubuntu. Since a5a3503, here is what I tried:
It finally worked. Thanks for the support. |
Hi,
I've followed README instructions for installation, but I cannot make aletheia work. Here is my config:
But, here is the error when running a example notebook:
Any ideas?
The text was updated successfully, but these errors were encountered: