Subham Biswas
Subham Biswas
@marcoancona @Enny1991 @harkous @yuhui-zh15 Can you please show which part in the code refers to the sensitivity-n evaluation?
Is it possible to generate an explanation for a hybrid network of a combination of MLPs and transformers? Example: 1. Network 1 = Multilayer perception which gets numerical columns (features)...
## ❓ Questions and Help We have a set of listed resources available on the website and FAQ: https://captum.ai/ and https://captum.ai/docs/faq . Feel free to open an issue here on...
The current code is unable to support multi-GPU environment. I parallelized the model using torch.nn.DataParallel(model).cuda() I got this error when I try : 
@marcotcr I tried an experiment using regression lime and got an explanation. But, I wanted to recreate the local prediction using the explanation feature importances. Can you tell me if...