Closed hunse closed 2 years ago
Added an error for the case shown in #298
This depends on #296
Requires nengo/nengo#1648 for the fix to npconv2d padding for the test, so I think it's easier to just merge this as part of #300.
It's still intermittently failing and/or stalling, but I'm at least convinced that it's (mostly) INRC environment issues, so I'm going to merge regardless. We can clean up any issues when all the v1.1.0 PRs are in.
This allows
"same"
padding to be used withnengo.Convolution
.TODO:
test_conv_deepnet
)