Skip to content

Conversation

y-ksenia
Copy link

@y-ksenia y-ksenia commented Apr 1, 2021

Modified setup.py file to be able to install using pip/poetry/etc. directly from the git repository.

jaybdub and others added 30 commits July 28, 2019 21:36
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 3, 2020 00:10
* 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 <asergeev@maka-ars.com>
* added plugin for GroupNorm

Co-authored-by: sandeepkumar-skb <sandeep.skb@uber.com>
* Remove duplicate filenames which do not work on Windows by merging files

* Fix

* relu tests

Co-authored-by: Koen van de Sande <koen@keplervision.eu>
…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
* increment version to 0.2.0

* realse push docs tagfix
* added conv_functional

* add Tensor flatten

* update changelog for functional conv / flatten

* add site to gitignore
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.