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 e084f2b commit d2192b0Copy full SHA for d2192b0
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# ExplainableAI.jl
2
-## Version `v0.6.0-DEV`
+## Version `v0.6.0`
3
This release brings a large refactor of LRP analyzers,
4
supporting nested "dataflow layers" from Flux.jl like `Chain` and `Parallel` layers.
5
This enables LRP on more complex model architectures like ResNets.
Project.toml
@@ -1,7 +1,7 @@
name = "ExplainableAI"
uuid = "4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
authors = ["Adrian Hill"]
-version = "0.6.0-DEV"
+version = "0.6.0"
6
[deps]
7
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
0 commit comments