Skip to content

avg_pool line-71 stride variable is return None. #512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 418 commits into
base: master
Choose a base branch
from

Conversation

nuhpiskin
Copy link

if you are using avg_pool, stride variable is return None and converting error return you can use stride=kernel_size

jaybdub and others added 30 commits July 26, 2019 16:24
If ceil_mode is False, the default value of layer.padding_mode is
PaddingMode.EXPLICIT_ROUND_DOWN. If ceil_mode is True, padding_mode
should be trt.PaddingMode.EXPLICIT_ROUND_UP.
jaybdub and others added 29 commits September 2, 2020 23:29
* reduced precision docs

* support matrix

* docs
* Assert that inputs are contiguous

* Turn non-contiguous tensors into contiguous

* Add unit test

* Fix tabs
* Auto-generate custom layer names

* fixed layer name count key

* updated changelog for adding layer names

Co-authored-by: Alex Sergeev <[email protected]>
* added plugin for GroupNorm

Co-authored-by: sandeepkumar-skb <[email protected]>
* Remove duplicate filenames which do not work on Windows by merging files

* Fix

* relu tests

Co-authored-by: Koen van de Sande <[email protected]>
…ations (NVIDIA-AI-IOT#505)

* Initioal version of ne, floordiv, mod and tensor converters. Extend ops for relu and sigmoid.

* Converters for floordiv, mod, ne, and torch::tensor() operations . Extend relu and sigmoid converters to Tensor methods.

* Update CHANGELOG.md
…T#482)

* added passing of torch2trt_kwargs to conversion context

* added passing of torch2trt_kwargs to conversion context
…OT#511)

* added filter to floordiv to only enable for pytorch 1.6+

* enabled soft failure for missing torch method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.