Md. Khairul Islam
Md. Khairul Islam
Hi, I am facing the same issue in the latest version. Has it been solved?
I'm having the same issue. I have tried every other latest version. Release 0.14.0 is working fine with the toggle.
Hi @qishubo, the correct attr shape for each target is meant to be [batch_size, time steps, num_features]. Because the importance can change across time. However, if you want only one...
Hi @qishubo , Some attribution methods return signed values, which interpret positive or negative correlations/relevance between the input and output. For your case, it is more accurate to sum(abs(attr)) because...
Hi @Sarah-air , if your model uses all 4 inputs, then normal passing is fine. but if it doesn't, you'll have to pass only the inputs that your model uses...
Hi @phet1999 , try interpreting one input at a time. Then add the returned interpretations in a tuple. You could have a variable inside the model class to set which...
same issue here