1.1.29
Reshape
,Transpose
- Special support for ShuffleNet patterns
5D Reshape -> 5D Transpose -> 4D Reshape
- e.g.
1,2,72,16,16 -> 1,72,2,16,16 -> 1,144,16,16
- At this time, only the channel shuffling pattern of image processing is supported.
- [nanodet-plus] Conv layer shape wrong #15
ONNX | TFLite |
---|---|
![]() |
![]() |
Full Changelog: 1.1.28...1.1.29