Allow using groups for _FunctionalConvNd. I also added a test for depthwise convolution with stride 2. This revealed some problems on RETURNN side. It should work with https://github.com/rwth-i6/returnn/pull/1227.
The failing test cases are those already discussed in #125. The new one I added (and all others dealing with convolution) pass, so this PR is ready for review.
Allow using groups for
_FunctionalConvNd
. I also added a test for depthwise convolution with stride 2. This revealed some problems on RETURNN side. It should work with https://github.com/rwth-i6/returnn/pull/1227.