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

Need support for AdaptiveAvgPool2d #13817

Open
keerthana-r-mcw opened this issue Oct 15, 2024 · 3 comments
Open

Need support for AdaptiveAvgPool2d #13817

keerthana-r-mcw opened this issue Oct 15, 2024 · 3 comments

Comments

@keerthana-r-mcw
Copy link
Contributor

keerthana-r-mcw commented Oct 15, 2024

Describe the bug
Need support for AdaptiveAvgPool2d for MobilenetV2 model
Torch link: https://pytorch.org/docs/stable/generated/torch.nn.AdaptiveAvgPool2d.html
Torch AdaptiveAvgPool2d used in MobilenetV2: x = nn.functional.adaptive_avg_pool2d(input, (1, 1))
Model card: #13798

device: WH N150

@dvartaniansTT
Copy link
Contributor

@keerthana-r-mcw pls add more description, what are the adaptive average pooling configurations from the model that we need support for. a

Please add the torch examples at least to the issue

@keerthana-r-mcw
Copy link
Contributor Author

Replaced with ttnn.global_avg_pool2d.

@keerthana-r-mcw
Copy link
Contributor Author

Replacing with ttnn.global_avg_pool2d results in low pcc, so reopening the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants