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

Version 1.0.9 update #222

Merged
merged 54 commits into from
Oct 16, 2020
Merged

Version 1.0.9 update #222

merged 54 commits into from
Oct 16, 2020

Conversation

enryH
Copy link
Collaborator

@enryH enryH commented Sep 20, 2020

import from innvestigate.analyzer.base
@enryH
Copy link
Collaborator Author

enryH commented Sep 20, 2020

In relevance_rule.py new alpha-beta-rules are introduced in Feb. 2019. Is there any reference?

"AlphaBetaXRule",
"AlphaBetaX1000Rule",
"AlphaBetaX1010Rule",
"AlphaBetaX1001Rule",
"AlphaBetaX2m100Rule"

@enryH enryH requested a review from albermax September 20, 2020 09:27
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# or pylint?
Copy link
Owner

Choose a reason for hiding this comment

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

should this one stay?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

So you suggest removing the flake8 part?

@@ -44,7 +44,7 @@ def readme():
def setup():
setuptools.setup(
name="innvestigate",
version="1.0.8",
version="1.0.9",
Copy link
Owner

Choose a reason for hiding this comment

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

I suggest you update the authors below. At least you contributed too.

model.add(Dense(16, activation='relu'))
model.add(Dense(2, activation=None))

# print(model.layers[0].get_weights()[0].shape)
Copy link
Owner

Choose a reason for hiding this comment

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

I guess this comment can go.

@enryH
Copy link
Collaborator Author

enryH commented Sep 25, 2020

v1.0.9 is now on test.pypi.org for testing.

@albermax
Copy link
Owner

albermax commented Sep 25, 2020 via email

@enryH enryH linked an issue Oct 15, 2020 that may be closed by this pull request
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 this pull request may close these issues.

KeyError: '--' when trying to recreate imagenet_compare_networks.ipynb
7 participants