Skip to content

1.1.29

Compare
Choose a tag to compare
@PINTO0309 PINTO0309 released this 23 Nov 02:10
· 1817 commits to main since this release
  • 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
image image

Full Changelog: 1.1.28...1.1.29