Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What methods supports 3D convolutions #1223

Open
Zeev1988 opened this issue Dec 12, 2023 · 0 comments
Open

What methods supports 3D convolutions #1223

Zeev1988 opened this issue Dec 12, 2023 · 0 comments

Comments

@Zeev1988
Copy link

Hi thank you for the amazing tool.
I'm currently working with a pretrained video classification model and trying to use Captum to get some insights of the model and features.
I tried to use LRP() to extract attributes, but it doesn't supports conv3d layers.
I added this type to SUPPORTED_LAYERS_WITH_RULES and now it seems to work, although I'm not sure it really returns something meaningful right now.

I have 2 questions:

  • Why didn't you add 3d types to the SUPPORTED_LAYERS_WITH_RULES dict?
  • Is there different methods that are more suitable for videos models?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant