JVET-AH0080: modification for conv1x3 and conv3x1 with stride 2 and groups > 1
The fusion/transition block in LOP.3 has conv1x3 and conv3x1 with stride 2 and groups > 1. If there is any issue please comment.
Merge request reports
Activity
added 1 commit
- f8f8e079 - cleanup conv2d macro, add test model conv3x1_1x3_s2_g4.onnx, update check.sh...
The model conv3x1_1x3_s2_g4.onnx has a pair of conv1x3 and conv3x1 layers, both with stride 2 and group 4.
Running utest/check.sh shows all tests are passed:
[PASS] conv3x1_1x3_s2_g4 scalar [PASS] conv3x1_1x3_s2_g4 avx2 [PASS] conv3x1_1x3_s2_g4 avx512
Edited by Du Liumentioned in commit 94454ee5
Please register or sign in to reply