We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 003af69 + f6ea401 commit c50039aCopy full SHA for c50039a
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Master]
4
5
+## [0.3.0] - 07/15/2021
6
+
7
- Added converter for ``torch.nn.functional.adaptive_avg_pool3d``
8
- Added converter for ``torch.nn.functional.adaptive_max_pool3d``
9
- Added converter for ``torch.maxpool3d`` and ``torch.nn.functional.max_pool3d``
setup.py
@@ -41,7 +41,7 @@ def trt_lib_dir():
41
42
setup(
43
name='torch2trt',
44
- version='0.2.0',
+ version='0.3.0',
45
description='An easy to use PyTorch to TensorRT converter',
46
packages=find_packages(exclude=exclude_dir),
47
ext_package='torch2trt',
0 commit comments