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
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.
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
The text was updated successfully, but these errors were encountered: