You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is too strict for explanations on e.g. named tuples (required by Transformers.jl, see Julia-XAI/ExplainableAI.jl#164) or tabular data. Ideally, input should be left untyped.
The XAIBase interface currently requires inputs to be
AbstractArray{<:Real}
:XAIBase.jl/src/analyze.jl
Lines 20 to 21 in 569675b
This is too strict for explanations on e.g. named tuples (required by Transformers.jl, see Julia-XAI/ExplainableAI.jl#164) or tabular data. Ideally,
input
should be left untyped.Example
The text was updated successfully, but these errors were encountered: