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
In a lot of the more recent tutorials a run_model function is defined, with reasoning such as
"A runner function is required since the model works with input in the order of [channels, timeseries], while LIME in DIANNA should receive input in the opposite order."
However, things like this is why we added the preprocess_function option. It's meant to be simpler than defining an entire model runner function. Should we replace the model runners by the preprocess_function where possible?
The text was updated successfully, but these errors were encountered:
In a lot of the more recent tutorials a
run_model
function is defined, with reasoning such as"A runner function is required since the model works with input in the order of [channels, timeseries], while LIME in DIANNA should receive input in the opposite order."
However, things like this is why we added the
preprocess_function
option. It's meant to be simpler than defining an entire model runner function. Should we replace the model runners by thepreprocess_function
where possible?The text was updated successfully, but these errors were encountered: