I want to use LRP to explain Unet model, but raise TypeError as follow,
TypeError: Module type <class 'torch.nn.modules.upsampling.Upsample'> is not supported.No default rule defined.
In addition, raise same error when using nn.ConvTranspose2d to upsample.
Any help is appreciated!