From 9d1492f372acb66f3e6aaf1133880fb7a297056d Mon Sep 17 00:00:00 2001 From: Adrian Hill Date: Thu, 18 Jan 2024 21:35:05 +0100 Subject: [PATCH] Remove reference to ExplainableAI.jl --- docs/src/literate/example.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/literate/example.jl b/docs/src/literate/example.jl index 8c14558..8d4eda5 100644 --- a/docs/src/literate/example.jl +++ b/docs/src/literate/example.jl @@ -42,7 +42,7 @@ model # ## Preparing the model # For models with softmax activations on the output, -# it is necessary to call [`strip_softmax`](@ref) before analyzing. +# it is necessary to call ExplainableAI's `strip_softmax` before analyzing. model = strip_softmax(model); # ## Preparing the input data