Skip to content

Efficient Conv Ops were removed accidentally #305

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

Open
ricardoV94 opened this issue May 17, 2023 · 1 comment · May be fixed by #548
Open

Efficient Conv Ops were removed accidentally #305

ricardoV94 opened this issue May 17, 2023 · 1 comment · May be fixed by #548
Labels

Comments

@ricardoV94
Copy link
Member

ricardoV94 commented May 17, 2023

Description

We removed the deprecated nnet module in #111

But we wanted to keep the Convolution Ops. Unfortunately we keept only the "abstract" ones, and not the fast variations implemented in conv.py. We should bring them back, including the rewrites that replace abstract forms by the equivalent fast ones.

https://discourse.pymc.io/t/very-slow-2d-convolution-with-pytensor/12118/6

@jessegrabowski
Copy link
Member

Also related to #275 I think

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

Successfully merging a pull request may close this issue.

2 participants