You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VisualBackProp implementation doesn't work with ResNet because of shape errors. Simply adapting the kernel_size and strides in _deconv wasn't enough. It's probably something to do with the residual connections. The paper uses ResNet-200, so I guess the method isn't inherently incompatible with ResNet.
The text was updated successfully, but these errors were encountered:
Useful stuff!
VisualBackProp implementation doesn't work with ResNet because of shape errors. Simply adapting the kernel_size and strides in
_deconv
wasn't enough. It's probably something to do with the residual connections. The paper uses ResNet-200, so I guess the method isn't inherently incompatible with ResNet.The text was updated successfully, but these errors were encountered: