Yang Li
Yang Li
I want to use LRP to explain Unet model, but raise TypeError as follow, ```python TypeError: Module type is not supported.No default rule defined. ``` In addition, raise same error...
I want to use LRP to explain the semantic segmentation task using Unet model (Pytorch). I tested the LRP in captum but not support `nn.Upsample` and `nn.ConvTranspose2d`. I would like...
Nice work! I want to apply LRP to unet model for explaining semantic segmentation tasks. I looked up most implementations of the Pytorch version of LRP and almost none of...
It's a very interesting work! Thanks for sharing the code! I did not find the hyperparameter configuration of the model for the SEVIR dataset in the repo. Could you publish...