-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kevin Chen <[email protected]>
- Loading branch information
1 parent
a3a4e38
commit eb559b6
Showing
24 changed files
with
1,319 additions
and
1,313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# ONNX-TensorRT Changelog | ||
|
||
## 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](https://github.com/onnx/onnx-tensorrt/pull/515) | ||
- Improved clarity on the resize modes TRT supports [#512](https://github.com/onnx/onnx-tensorrt/pull/521) | ||
- Added Changelog | ||
|
||
### Changed | ||
- Unified docker usage between ONNX-TensorRT and TensorRT. | ||
|
||
## Removed | ||
- Removed deprecated docker files. | ||
- Removed deprecated `setup.py`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.