Skip to content

Releases: Talmaj/onnx2pytorch

v0.4.1

14 Nov 16:53
Compare
Choose a tag to compare
  • Fix compatibility with torch=1.10.0
  • Fix Clip operator when min and max are None
  • Fix from onnx2pytorch import __version__

v0.4.0

07 Oct 18:34
Compare
Choose a tag to compare
  • Improve memory management by removing activations that are no longer required by any following operations
  • New supported operators
    • Tile
    • Loop
    • Bitshift
    • Div
    • Constant
    • GatherND
    • GlobalAveragePool
    • LSTM
    • Matmul
    • NonMaxSuppression
    • Prelu
    • ReduceSum
    • Scatter
    • ScatterElements
    • ScatterND
    • ThresholdedReLu
    • TopK
    • Transpose
    • Where

Main contributor for this release was @calvinmccarter-at-lightmatter

v0.3.0

12 May 21:08
Compare
Choose a tag to compare
  • MLPerf v0.7 model support
  • New operators support
    • Elu
    • And
    • Or
    • Not
    • Range
    • Expand
    • Unsqueeze - version 13
    • Squeeze - version 13

Special thanks to our first contributor @calvinmccarter-at-lightmatter for adding his part to this release.