Releases: ENOT-AutoDL/onnx2torch
Releases · ENOT-AutoDL/onnx2torch
v1.5.15
v1.5.14
feat: isinf, isnan and nonzero operations
fix: reduce keepdim type (int -> bool)
Thanks to @karalinkw and @francis2tm for their contributions.
🍰
v1.5.13
fix: div return type for integer arguments
docs: missing [import onnx] in main example
Thanks @seriousran for his contribution.
🍰
v1.5.12
fix: export to onnx ConstantOfShape in case of bool value attribute
🍰
v1.5.11
v1.5.10
chore: fix broken build (missing submodules)
🍰
v1.5.9
v1.5.8
fix: op Range export to onnx (keeping dynamic inputs)
🍰
v1.5.7
feat: Mod
feat: EyeLike
feat: human-readable onnx node naming
fix: gemm weight swapped dimension
🍰
Thanks @JohnMasoner and @jan-haug for their contributions.
v1.5.6
feat: InstanceNormalization
feat: LeakyRelu opset 16
feat: RoiAlign for opset 16
feat: ScatterND for opset 16 (reduction none only)
feat: GatherND (only for parameter batch_dims=0)
fix: lambda not found error when using torch.save
fix: upcast indices to int64
fix: GEMM dim typo (no parameters for nn.Linear)
docs: workaround for old opset versions
🍰
Thanks @SuperSecureHuman and @JohnMasoner for their contributions.