Onnx2torch

Latest version: v1.5.15

Safety actively analyzes 688554 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

1.5.2

Support for new OPS :rocket: :

- [Dropout](https://github.com/onnx/onnx/blob/main/docs/Operators.md#Dropout)
- [LRN](https://github.com/onnx/onnx/blob/main/docs/Operators.md#LRN)

Thanks yan12125 and monicathieu for their contributions.

1.5.1

Include requirements.txt and exclude tests for sdist

1.5.0

You've been waiting, you've asked... And here it is a new release(1.5.0)!

In this release:
- Fixed shape inference of big models (now you can load your lovely big language model, like gptj6B);
- Fixed `BarchNorm` converter according `onnx` specs;
- Added asymmetric padding for both `Conv` and `MaxPool`.

Thank you for your discussions and issues! We always ready to help you!

1.4.1

Minor updates:
* Fix prelu according onnx specs,
* Fix Global average pooling.

1.4.0

- Added operations:
- Einsum,
- Reciprocal,
- Neg,
- Prelu,
- Mean,
- Min,
- Max,
- CumSum,
- Sum.

- Fixes:
- GlobalAveragePool compatible with PyTorch FX QAT,
- Compatibility with torch 1.12,
- Allow to ignore bs+ch dimensions for size input in Resize.
- Check roi only for tf_crop_and_resize mode.

- Code style and workflows:
- [Pre-commit hook](https://pre-commit.com/),
- [Black code-style now is used in project](https://black.readthedocs.io/en/stable/the_black_code_style/index.html),
- Linter and formatter with precommit hook,
- Code style checks for PRs in Github actions.

We thank all contributors for their work! Together we will make onnx2torch great! :star: 10^6

1.3.0

- Add `Pad` operation
- Add `Hardswish`, `Celu`, `Elu`, `Selu`, `Softplus`, `Softsign` functions
- Add `GatherElements` operation
- Add new model tests

Fixes:

- Fix `ConvTranspose` operation

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.