ITADN
justinchuby/torch-onnx

版本发布 8

v0.1.25
? · 2024-09-18

## What's Changed * Sync with pytorch/pytorch#136162 by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/205 **Full Changelog**: https://github.com/justinchuby/torch-onnx/compare/v0.1.24...v0.1.25

v0.1.24
? · 2024-09-14

## What's Changed * Remove eq to keep SymbolicTensor Hashable; Fix TorchTensor `__array__` by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/202 **Full Changelog**: https://github.com/justinchuby/torch-onnx/compare/v0.1.23...v0.1.24

v0.1.23
? · 2024-09-11

## What's Changed * Format verification infos by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/198 * Quote verification info dict by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/199 * Drop final None values as inputs for nodes in exporter graph by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/200 * Add assertion nodes to ignoring list by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/201 **Full Changelog**: https://github.com/justinchuby/torch-onnx/compare/v0.1.22...v0.1.23

v0.1.22
? · 2024-09-07

## What's Changed * Re-raise the exception if the dynamic shapes cannot be refined by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/197 **Full Changelog**: https://github.com/justinchuby/torch-onnx/compare/v0.1.21...v0.1.22

v0.1.21
? · 2024-09-06

## What's Changed * Fix segfault when handling fake tensors by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/191 * Address comments from PyTorch review by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/194 * Better faketensor support by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/195 **Full Changelog**: https://github.com/justinchuby/torch-onnx/compare/v0.1.20...v0.1.21

v0.1.20
? · 2024-09-06

## What's Changed * Refine the dynamic shapes based on the suggested fixes by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/180 * Handle output names in dynamic axes by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/184 * Properly handle Attributes in traceable functions by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/186 * Refactor errors by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/189 * Improve dynamo compatibility by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/190 * Implement serialization for VerificationInfo by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/174 * Handle sequence properly by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/187 ## New Contributors * @dependabot made their first contribution in https://github.com/justinchuby/torch-onnx/pull/179 **Full Changelog**: https://github.com/justinchuby/torch-onnx/compare/v0.1.19...v0.1.20

v0.1.19
? · 2024-09-03

## What's Changed * Fix function signature generation when param is not annotated by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/176 * Add ONNX model in report by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/177 * Schemas: add the missing type_constraints assignment by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/178 **Full Changelog**: https://github.com/justinchuby/torch-onnx/compare/v0.1.18...v0.1.19

v0.1.18
? · 2024-08-31

## What's Changed * Fix histogram dtype in verification by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/170 * Update producer name to pytorch by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/171 * Handle Sym* types when getting input types by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/173 * Sync with PyTorch and use onnxscript stable apis by @justinchuby in https://github.com/justinchuby/torch-onnx/pull/172 **Full Changelog**: https://github.com/justinchuby/torch-onnx/compare/v0.1.17...v0.1.18