Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 3.26 KB

Changelog.md

File metadata and controls

76 lines (59 loc) · 3.26 KB

ONNX-TensorRT Changelog

21.05 Container Release - 2021-05-19

Added

  • Added support for InstanceNormalization on 5D tensors
  • Added library only build target #659
  • Added support for negative gather indices #681
  • Added support for DOUBLE-typed inputs and weights through downcast to float #674
  • Added support for optional plugin fields in FallbackPlugin path #676

Updated

  • Updated license #657

Fixes

  • Fixed index offset calculation in GatherElements #675
  • Clarified dynamic shape support for ReverseSequence

21.03 Container Release - 2021-03-09

Added

  • Added opset13 support for SoftMax, LogSoftmax, Squeeze, and Unsqueeze
  • Added support for the EyeLike operator
  • Added support for the GatherElements operator

Fixes

Removed

21.02 Container Release - 2021-01-18

Added

  • Added support for the ReverseSequence operator #590
  • Updated parse() and supportsModel() API calls with an optional model_path parameter to support models with external weights #621
  • Added support for the Celu operator
  • Added support for the CumSum operator
  • Added support for the LessOrEqual operator
  • Added support for the LpNormalization operator
  • Added support for the LpPool operator
  • Added support for the GreaterOrEqual operator
  • Added support for dynamic inputs in onnx_tensorrt python backend
  • Added FAQ section for commonly asked questions

Fixes

  • Fixed relative path imports for models with external weights [#619]onnx#619
  • Fixed importing loops operators with no loop-carried depedencies #619
  • Worked around unsupported BOOL concats through casting #620
  • Fixed compilation error with GCC9 #568

Removed

  • Removed onnx_tensorrt/config.py as it is no longer needed

20.12 Container Release - 2020-12-17

Added

  • Added setup.py to properly install onnx_tensorrt python backend
  • Added 4D transpose for ONNX weights #557

Fixes

  • Fixed slice computations for large slices #558

TensorRT 7.2.1 Release - 2020-10-20

Added

  • Added support for parsing large models with external data
  • Added API for interfacing with TensorRT's refit feature
  • Updated onnx_tensorrt backend to support dynamic shapes
  • Added support for 3D instance normalizations #515
  • Improved clarity on the resize modes TRT supports #512
  • Added Changelog

Changed

  • Unified docker usage between ONNX-TensorRT and TensorRT.

Removed

  • Removed deprecated docker files.
  • Removed deprecated setup.py.