Releases: Talmaj/onnx2pytorch
Releases · Talmaj/onnx2pytorch
v0.5.1
v0.5.0
- Updated the library to work with latest onnx and pytorch versions
- Added new operators
- Switch to GitHub actions for CI
Special thanks to the contributors!
v0.4.1
v0.4.0
- 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
- 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.