We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d6f6b commit 37aae3eCopy full SHA for 37aae3e
src/innvestigate/__init__.py
@@ -1,9 +1,9 @@
1
from innvestigate import analyzer # noqa
2
from innvestigate.analyzer import create_analyzer # noqa
3
from innvestigate.analyzer.base import NotAnalyzeableModelException # noqa
4
-from innvestigate.backend.graph import (
5
- model_wo_softmax,
+from innvestigate.backend.graph import ( # noqa
6
model_wo_output_activation,
7
-) # noqa
+ model_wo_softmax,
+)
8
9
__version__ = "2.0.1"
0 commit comments