I wonder how should I set up my script to do some tests on a GRU / LSTM based model, with some linear layers etc. I have done some tests of your tools and they work, however I'm struggling finding which tools are well suited for these kind of networks and also given an input sequence of shape (Batch, seq_len, features), how should I interpret the output of some of these tools.
Let's take for example the IntegratedGradients tool. Given that. the ouput has 2 components, attributions and deltas. Attributions has the same shape of the input, and I wonder how would you interpret this output, moreover, how do you set your tool etc etc.
I would like to see a tutorial like the one that you have done for BERT.
I wonder how should I set up my script to do some tests on a GRU / LSTM based model, with some linear layers etc. I have done some tests of your tools and they work, however I'm struggling finding which tools are well suited for these kind of networks and also given an input sequence of shape (Batch, seq_len, features), how should I interpret the output of some of these tools.
Let's take for example the IntegratedGradients tool. Given that. the ouput has 2 components, attributions and deltas. Attributions has the same shape of the input, and I wonder how would you interpret this output, moreover, how do you set your tool etc etc.
I would like to see a tutorial like the one that you have done for BERT.