ONNX-TensorRT 21.02 Release
This is the release of ONNX-TensorRT that is used in the 21.02 NVIDIA NGC containers.
Changes
Added
- Added support for the
ReverseSequence
operator #590 - Updated
parse()
andsupportsModel()
API calls with an optionalmodel_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
- 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